@charset "utf-8";
/*
Version: 1.0
*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++

テンプレート部分のスタイルを記述する
コンテンツ部分は、別スタイルシートにて記述し、ページごとにリンクを変更する

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

globalHead
globalNav
globalFoot

color: #2d3135;


^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

^666
==投稿詳細スタイル==


+++++++++++++++++++++++++++++++++++++++++++++++++++++*/







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^111
==スタイルリセット==
（CSSスタイルのデフォルトリセット）
normalize.css 使用

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary,main {display: block}

/* Corrects inline-block display not defined in IE8/9. */
audio,canvas,video {display: inline-block;}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) { display: none; height: 0;}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */
[hidden] {display: none;}


/* =============================================================================
   Base
   ========================================================================== */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}

/* Removes default margin. */
body { margin: 0;}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0;}


/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted;}

/* Improves readability when focused and also mouse hovered in all browsers. */
a:hover,a:active { outline: 0;}


/* =============================================================================
   Typography
   ========================================================================== */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1,h2,h3,h4,h5 { line-height:1.25em; margin:0.3em 0 0.15em 0;}

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] { border-bottom : 1px dotted;}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b, strong { font-weight : bold;}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic;}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0; color: #000;}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em;}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;}


/*Sets consistent quote types.*/
q { quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small { font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;}

sup { top: -0.5em;}
sub { bottom: -0.25em;}


/*=================================================================
   Embedded content
=================================================================*/

/*Removes border when inside `a` element in IE 8/9.*/
img {
	max-width :100%;
	height:auto;
	vertical-align: middle;
	border: 0;}

/* IE8 max-widthバグへの対応 uaにてie8時はbodyにクラス名を付ける */
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) { overflow: hidden;}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/
figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */

/* Define consistent border, margin, and padding*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/
button,input {line-height: normal;}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */
button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default;}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */}

/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;}

/* Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0;}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* Remove most spacing between table cells */
table {
    border-collapse: collapse;
    border-spacing: 0;}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^222
==初期スタイル記述==
（初期スタイルを記述しなおす）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* =============================================================================
   Typography
   ========================================================================== */

html {
	font-size: 100%;
	color: #2d3135;
    font-family: 'ヒラギノ角ゴ Pro W3',"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;}

h1 { font-size: 2em;}
h2 { font-size: 1.8em;}
h3 { font-size: 1.6em;}
h4 { font-size: 1.4em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1em;}

p,dt,dd,li,th,td,caption{ font-size:1em; line-height:1.75em; letter-spacing:0.05em;}

p { padding:0.5em 0;}

a { color:#0070cb; text-decoration:underline; }
a:hover { color:#000; text-decoration:none; }
a:focus { color:#000; }

a.decoChg { text-decoration:underline; }
a.decoChg:hover { text-decoration:none; }


a[href$=".pdf"]:before{
	content: '\f1c1';
	font-size:18px;
	color:#D30003;
	display:inline-block;
	font-family: "FontAwesome";
	margin-right:10px;
	top:1px;
    position: relative;}

a.imgOver:hover img{
	zoom: 1;  
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha( opacity=50 ); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

a.bgOver:hover {
	zoom: 1;  
    opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha( opacity=50 ); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

ul,ol { padding:0.5em 0 0.5em 2%;}
ul {}
ol { list-style:decimal;}
ol li {}

table { margin:0; margin-bottom: 40px; width: 100%; font-size: 0.9em;}
table th {
	border: 1px solid #666666;
	color: #fff;
	padding: 10px 20px;
	font-weight:bold;
	background-color:#000;
	text-align: left;
	vertical-align:middle;}
table td {
	border: 1px solid #666666;
	padding: 10px 20px;
	vertical-align:middle;}
table tbody tr td {
	background: #FFF;}
table tbody tr:nth-child(even) td {
	background: #dcdcdc;}
table.logintable {}
table.logintable th {
	border: none;
	background: none;
	padding: 10px 0;}
table.logintable th span {
	color: #00499f;
	padding: 10px 20px;
	background: url(../img/bg_01.jpg) repeat-y left top;}
table.logintable td {
	border: none;}
table.logintable tr:nth-child(even) td {
	background: #FFF;}
table.detailtable tr:nth-child(even) td {
	background: #FFF;}

hr { background-color: #ddd; border: 0; clear:both;	height: 1px; margin:2em 1em 3em 1em;}

.video-container { position:relative; margin:0 0 0.5em 0; padding-bottom: 56.25%; padding-top:30px; height:0; overflow:hidden;}
.video-container iframe,
.video-container object,
.video-container embed { position:absolute; top:0; left:0; width:100%; height:100%;}

p.cap {padding-left: 1em; text-indent: -1em;}




/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^333
==レイアウトスタイル==
（ヘッダー・フッター等のスタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/

/* =============================================================================
   汎用スタイル
   ========================================================================== */

body {}
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearbefore {
	clear:both;}
.wrap {
	width:1000px;
    /* width:1200px; */
	margin:0 auto;}

/*
fonticon
a:before {
	font-family: FontAwesome;
	content:"\f1fa";
	text-indent:1px;}
*/






/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^444
==コンテンツスタイル==
（コンテンツの基本スタイル）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* header */
header {
	background: #000;
	color: #fff;
	padding: 15px 0;}
header .wrap {
	display: table;}
header .copy,
header ul.subnav {
	display: table-cell;
	vertical-align: middle;}
header .copy {
	padding: 0;}
header ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;}
header ul.subnav li {
	float: right;
	margin-left: 20px;}
header ul.subnav li a {
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
	background: url(../img/ico_arrow.png) no-repeat left center;
	padding-left: 12px;}






/* main */
main {
	padding: 30px 0 90px 0;}
main h1 {
	line-height: 1;
	margin: 0;
	margin-bottom: 30px;
	font-size: 1.4em;
	background: url(../img/bg_02.jpg) repeat center top;
	padding: 2px;}
main h1 span {
	background: url(../img/ico_title.png) no-repeat left top;
	display: block;
	padding: 10px;
	padding-left: 20px;}
main h2 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1;
	padding: 15px 20px;
	color: #00499f;
	background: url(../img/bg_01.jpg) repeat-y left top;}

main nav.btn {}
main nav.btn ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;}
main nav.btn ul.login {
	text-align: left;}
main nav.btn ul li {
	display: inline-block;
	padding: 0 20px;}
main nav.btn ul.list li {
	display: inline-block;
	padding: 0 10px;}


main .searchBox {
	background: url(../img/bg_02.jpg) repeat left top;
	padding: 20px;
	margin-bottom: 30px;}
main .searchBox table {
	margin-bottom: 10px;}
main .searchBox table th {
	background: #00499f;
	padding: 10px;
	border: 1px solid #ccc;}
main .searchBox table td {
	background: #FFF;
	padding: 10px;
	border: 1px solid #ccc;}
main .searchBox table tr:nth-child(even) td {
	background: #FFF;}








/* footer */
footer {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 10px 0;}
footer .copy {
	padding: 0;
	font-size: 0.8em;}







/*++++++++++++++++++++++++++++++
+++++++++++++++
++++++

^555
==汎用スタイル==
（よく使うであろうスタイルを記述）

+++++++
+++++++++++++++
++++++++++++++++++++++++++++++*/


/* float 指定
------------------------------------------*/
.imgLeft {
    float: left;
	margin:0.5em 1em 2em 0;}
.imgRight {
    float: right;
	margin:0.5em 0 2em 1em;}

/* padding 指定
------------------------------------------*/
.noPad { padding:0 !important;}
.pad5 { padding:5px !important;}
.pad10 { padding:10px !important;}
.pad15 { padding:15px !important;}
.pad20 { padding:20px !important;}
.padT5 { padding-top:5px !important;}
.padT10 { padding-top:10px !important;}
.padT15 { padding-top:15px !important;}
.padT20 { padding-top:20px !important;}
.padT30 { padding-top:30px !important;}
.padT40 { padding-top:40px !important;}
.padT50 { padding-top:50px !important;}
.padR5 { padding-right:5px !important;}
.padR10 { padding-right:10px !important;}
.padR15 { padding-right:15px !important;}
.padR20 { padding-right:20px !important;}
.padR30 { padding-right:30px !important;}
.padR40 { padding-right:40px !important;}
.padR50 { padding-right:50px !important;}
.padB5 { padding-bottom:5px !important;}
.padB10 { padding-bottom:10px !important;}
.padB15 { padding-bottom:15px !important;}
.padB20 { padding-bottom:20px !important;}
.padB30 { padding-bottom:30px !important;}
.padB40 { padding-bottom:40px !important;}
.padB50 { padding-bottom:50px !important;}
.padL5 { padding-left:5px !important;}
.padL10 { padding-left:10px !important;}
.padL15 { padding-left:15px !important;}
.padL20 { padding-left:20px !important;}
.padL30 { padding-left:30px !important;}
.padL40 { padding-left:40px !important;}
.padL50 { padding-left:50px !important;}

/* margin 指定
------------------------------------------*/
.noMar { margin:0 !important;}
.mar5 { margin:5px !important;}
.mar10 { margin:10px !important;}
.mar15 { margin:15px !important;}
.mar20 { margin:20px !important;}
.marT5 { margin-top:5px !important;}
.marT10 { margin-top:10px !important;}
.marT15 { margin-top:15px !important;}
.marT20 { margin-top:20px !important;}
.marR5 { margin-right:5px !important;}
.marR10 { margin-right:10px !important;}
.marR15 { margin-right:15px !important;}
.marR20 { margin-right:20px !important;}
.marB5 { margin-bottom:5px !important;}
.marB10 { margin-bottom:10px !important;}
.marB15 { margin-bottom:15px !important;}
.marB20 { margin-bottom:20px !important;}
.marL5 { margin-left:5px !important;}
.marL10 { margin-left:10px !important;}
.marL15 { margin-left:15px !important;}
.marL20 { margin-left:20px !important;}

/* font style
------------------------------------------*/
.fontRed { color:#ff0000;}
.fontRed2 { color:red;}
.fontBlue { color:#0066CC;}
.fontBlue2 { color:blue;}
.fontGreen { color:green;}
.fontYellow { color:gold;}
.fontYellow2 { color:yellow;}
.fontRem8 { font-size:12px; font-size:0.9rem;}
.fontRem10 { font-size:14px; font-size:1.0rem;}
.fontRem11 { font-size:15px; font-size:1.1rem;}
.fontRem12 { font-size:16px; font-size:1.2rem;}
.fontRem14 { font-size:18px; font-size:1.4rem;}
.fontRem16 { font-size:20px; font-size:1.6rem;}
.fontRem18 { font-size:22px; font-size:1.8rem;}
.fontBold { font-weight:bold;}
.textLeft { text-align:left;}
.textRight { text-align:right;}
.textCenter { text-align:center;}

/* フォームスタイル
------------------------------------------*/
form .inp100 { width:97% !important;}
form .inp90 { width:95% !important;}
form .inp80 { width:80% !important;}
form .inp70 { width:70% !important;}
form .inp50 { width:50% !important;}
form .inp30 { width:30% !important;}
form .inp20 { width:20% !important;}
form .inp10 { width:10% !important;}
form .imeActive { ime-mode: active; /* 全角モード */}
form .imeInactive { ime-mode: inactive; /* 半角モード */}
form input[type=text], form input[type=email], form input[type=search], form input[type=tel], form input[type=url], form input[type=password], form textarea{
	-webkit-appearance: none;
	font-size:13px;
	width:100%;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border:1px solid #DDD;
	padding:3px;}
form select{
	font-size:13px;
	width:100%;
	box-sizing: border-box;
	padding:3px;}
form label{
	display:block;
	padding:2px 5px;}
form input[type=checkbox], form input[type=radio]{
	vertical-align:0;
	margin-right:5px;}
form .btn{
	padding:0;
	margin-top: 20px;
	text-align:center;}
form .btn input{
	border: 0;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	background: url(../img/common/btn_inp-contact.png) no-repeat center center;
	width: 440px;
	height: 80px;}
form input[type=text].inpDisabled {
	border:none;
	padding:0;
	background:none;
	font-weight:bold;}
form .btn button{
	border: none;
	background: none;}
form .btn button.btnGene {
	background: url(../img/btn_general.png) no-repeat left center;
	width: 212px;
	box-sizing: border-box;
	padding-left: 50px;
	height: 49px;
	color: #FFF;
	font-weight: bold;}
form .btn button.btnSearch {
	background: url(../img/btn_search.png) no-repeat left center;
	width: 212px;
	box-sizing: border-box;
	padding-left: 50px;
	height: 49px;
	color: #FFF;
	font-weight: bold;}
form .btn button.btnReset {
	background: url(../img/btn_reset.png) no-repeat left center;
	width: 212px;
	box-sizing: border-box;
	padding-left: 50px;
	height: 49px;
	color: #FFF;
	font-weight: bold;}

form table {}
form .radiodl {}
form .radiodl dt {}
form .radiodl dd {
	margin: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;}
form .radiodl dd ul {
	list-style: none;}
form .radiodl dd input {
	margin-right: 5px;}
form label.privacy {
	text-align: center;
	border: 1px solid #a5a5a5;
	border-radius: 4px;
	padding: 5px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(165,165,165,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(165,165,165,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(165,165,165,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(165,165,165,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(165,165,165,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(165,165,165,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a5a5a5', GradientType=0 );}
@media only screen and (max-width: 700px) {
	form .btn input{
		font-size: 1.2em;
		background: url(../img/common/btn_inp-contact.png) no-repeat center center;
		background-size: 100% auto;
		width: 100%;}
}
