@charset "utf-8";
/* ||||||||||||||||||||||||||||||||||||||||||||||

	汎用・共通パーツCSS
	
||||||||||||||||||||||||||||||||||||||||||||||||| */

/*【目次】
======================================
↓↓↓原則変更しない↓↓↓
======================================
●リセット
●汎用フォント設定
●汎用マージン設定
●汎用幅設定
●テーブル
●画像
●リスト
●フロート
●フロート要素の周囲の余白
●ブロック要素センター寄せ
●太字
●文字寄せ
======================================
↓↓↓サイトごとに可変↓↓↓
======================================
●フォントfamily
●行間/行の高さ
●フォントコントロール
●リンク色
●テキスト色
●リスト
●テーブル
●横並び定義リスト
●回りこみ画像
●フォームのテキスト入力エリア

*/

/*======================================
↓↓↓原則変更しない↓↓↓
======================================*/
/* --------------------------------------------------------------------------------
	リセット
-------------------------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0.5em 0;padding:0}
input,select{vertical-align:middle}
/* --------------------------------------------------------------------------------
	汎用フォントサイズ設定
-------------------------------------------------------------------------------- */
body{*font-size:small;*font:x-small;}.text10{font-size:77%;}.text11{font-size:85%;}.text12{font-size:93%;}.text13{font-size:100%;}.text14{font-size:108%;}.text15{font-size:116%;}.text16{font-size:123.1%;}.text17{font-size:131%;}.text18{font-size:138.5%;}.text19{font-size:146.5%;}.text20{font-size:153.9%;}.text21{font-size:161.6%;}.text22{font-size:167%;}.text23{font-size:174%;}.text24{font-size:182%;}.text25{font-size:189%;}.text26{font-size:197%;}table{font-size:inherit;font:100%;}
/* --------------------------------------------------------------------------------
	汎用マージン設定
-------------------------------------------------------------------------------- */
.marB0{margin-bottom:0!important;}.marB1{margin-bottom:1em!important;}.marB2{margin-bottom:2em!important;}.marB3{margin-bottom:3em!important;}.marB4{margin-bottom:4em!important;}.marT0{margin-top:0!important;}.marT1{margin-top:1em!important;}.marT2{margin-top:2em!important;}.marT3{margin-top:3em!important;}.marT4{margin-top:4em!important;}.marL0{margin-left:0!important;}.marL1{margin-left:1em!important;}.marL2{margin-left:2em!important;}.marL3{margin-left:3em!important;}.marL4{margin-left:4em!important;}.marR0{margin-right:0!important;}.marR05{margin-right:0.5em!important;}.marR1{margin-right:1em!important;}.marR2{margin-right:2em!important;}.marR3{margin-right:3em!important;}.marR4{margin-right:4em!important;}
/* --------------------------------------------------------------------------------
	汎用幅設定
-------------------------------------------------------------------------------- */
.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-75{width:75%}.width-70{width:70%}.width-66{width:66.6%}.width-65{width:65%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-35{width:35%}.width-33{width:33.3%}.width-30{width:30%}.width-25{width:25%}.width-20{width:20%}.width-10{width:10%}.width-40px{width:40px}
/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table > th,
table > td {
	vertical-align: top;
}
/* --------------------------------------------------------------------------------
	画像
-------------------------------------------------------------------------------- */
img {
	vertical-align: bottom;
}
/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
ul li {
	list-style: none;
}

ol li {
	margin-left: 1.5em;
}

/* --------------------------------------------------------------------------------
	フロート
-------------------------------------------------------------------------------- */
.right {
	float: right!important;
}

.left {
	float: left!important;
}

/* フロートクリア */
.clr {
	clear: both!important;
}

/* --------------------------------------------------------------------------------
	フロート要素の周囲の余白
-------------------------------------------------------------------------------- */
.right.padding {
	padding-left: 2em!important;
}

.left.padding {
	padding-right: 2em!important;
}

/* --------------------------------------------------------------------------------
	ブロック要素センター寄せ
-------------------------------------------------------------------------------- */
.center {
	margin-left: auto!important;
	margin-right: auto!important;
}

/* --------------------------------------------------------------------------------
	太字
-------------------------------------------------------------------------------- */
.bold {
	font-weight: bold;
}

/* --------------------------------------------------------------------------------
	文字寄せ
-------------------------------------------------------------------------------- */
.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left!important;
}


/*======================================
↓↓↓サイトごとに可変↓↓↓
======================================*/
/* --------------------------------------------------------------------------------
	フォントfamily + ベースフォントサイズ + ベースカラー
-------------------------------------------------------------------------------- */
body {
	font: 14px Arial,"meiryo","Helvetica Neue",Helvetica,Tahoma,sans-serif;
	color: #343434;
}
@media (max-width: 991px) {
body {
	font-size: 15px;
}
}

/* --------------------------------------------------------------------------------
	行間/行の高さ
-------------------------------------------------------------------------------- */
p { margin-bottom: 1em;}
p, ul, ol, dl, dd, dt, blockquote, td, th { line-height: 1.7;}
figcaption { margin-top: 0.5em;}

/* --------------------------------------------------------------------------------
	リンク色
-------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active {
	color: #337ab7;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus{
	text-decoration: underline;
	color: #3885AA;
}

a.disable {
	color: #999;
}

a.link-color-base {
	color: #3885AA;
}

/* じわっとホバー */
/*a, button {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}*/

/* --------------------------------------------------------------------------------
	テキスト色
-------------------------------------------------------------------------------- */
.color-style01 {
	color: #3885AA;
}
.required {
 color: #a94442;
}

/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
.list-disc li {
	margin-left: 1em;
 margin-bottom: 1em;
	list-style: outside disc;
}
.list-disc dt {
	margin-left: 1em;
 margin-bottom: 0.5em;
	list-style: outside disc;
}

/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table.middle th,
table.middle td {
	vertical-align: middle !important;
}

/* --------------------------------------------------------------------------------
	横並び定義リスト（日付：ニュース　のような形式にしたいときは、<dl class="dl-holizon dl-date">とする）
-------------------------------------------------------------------------------- */
dl.dl-horizon {
    overflow: hidden;
}
dl.dl-horizon dt {
    clear: both;
    float: left;
    font-weight: bold;
    width: 100px;
}
dl.dl-horizon dd {
    margin-left: 0;
    padding: 0 0 0 120px;
}
dl.dl-date dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
    border-bottom: 1px dotted #999;
}
dl.dl-date dd a {
	color: #3885aa;
}
dl.dl-horizon .dd-label {
    border: medium none;
    float: left;
    padding: 0 8px 0 0;
    text-align: center;
    width: 50px;
}
dl.dl-horizon .dd-label + dd {
    padding-left: 170px;
}
@media only screen and (max-width: 479px) {
dl.dl-horizon dt {
    float: none;
    width: auto;
}
dl.dl-horizon dd, dl.dl-horizon .dd-label + dd {
    padding-left: 0;
}
dl.dl-horizon .dd-label {
    float: left;
}
}
label {
 display: inline;
}

/* 日付
--------------------------------------------------------------- */
.dl-date dt {
	white-space: nowrap;
}

/* --------------------------------------------------------------------------------
	回りこみ画像
-------------------------------------------------------------------------------- */
.media {
	margin-bottom: 1.6em;
	overflow: hidden;
}

.media .pull-left {
	margin-right: 20px;
	margin-top: 0.4em;
	float: left;
}

.media .pull-right {
	margin-left: 20px;
	margin-top: 0.4em;
	float: right;
}

.media .media-image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.media .media-image img {
	vertical-align: bottom;
}

.media .media-body {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.media .media-body > p:last-child,
.media .media-body > ul:last-child,
.media .media-body > ol:last-child,
.media .media-body > dl:last-child {
	margin-bottom: 0;
}

.media .padLR {
	padding-left: 5%;
	padding-right: 5%;
}


/* --------------------------------------------------------------------------------
	フォームのテキスト入力エリア
-------------------------------------------------------------------------------- */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="phone"], input[type="tel"], input[type="number"], input[type="datetime"], input[type="date"], input[type="search"], input[type="datetime-local"], textarea, select, select[multiple="multiple"] {
	border: solid 1px #bbbcc0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
