@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:1em 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%!important;}.text14{font-size:108%!important;}.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;}.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%}
/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table > th,
table > td {
	vertical-align: top;
}
/* --------------------------------------------------------------------------------
	画像
-------------------------------------------------------------------------------- */
img {
	vertical-align: bottom;
	max-width: 100%;
}
/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
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;
	float: none!important;
}

/* --------------------------------------------------------------------------------
	テキスト
-------------------------------------------------------------------------------- */
/* 太字 */
.bold {
	font-weight: bold;
}

/* 小さい字 */
.small {
	font-size: 90%;
}

/* --------------------------------------------------------------------------------
	文字寄せ
-------------------------------------------------------------------------------- */
.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left!important;
}

.text-middle {
 vertical-align: middle!important;
}

.text-mode-rl {
 writing-mode: tb-rl; /* IE用 */
	writing-mode: vertical-rl; /* Chrome、Firefox用 */
	margin: 0 auto;
	white-space: nowrap;
/*	width: 1em;*/ /* firefox対策 */
	line-height: 1em!important; /* firefox対策 */
	text-orientation: upright;
 display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* --------------------------------------------------------------------------------
	カラム
-------------------------------------------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}.row{margin-left:-15px;margin-right:-15px}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}

/*======================================
↓↓↓サイトごとに可変↓↓↓
======================================*/
/* --------------------------------------------------------------------------------
	フォントfamily + ベースフォントサイズ + ベースカラー
-------------------------------------------------------------------------------- */
body {
	font: 14px "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
	color: #000;
}

/* --------------------------------------------------------------------------------
	行間/行の高さ
-------------------------------------------------------------------------------- */
p {margin-bottom: 1em;}
p, ul, ol, dl, dd, dt, blockquote, td, th { line-height: 1.4;}
figcaption {margin-top: 0.5em;}

/* --------------------------------------------------------------------------------
	リンク色
-------------------------------------------------------------------------------- */
a, a:link, a:visited, a:active {
  color: #333333;
  text-decoration: none;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: underline;
  color: #008dcf; }

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;
}

a:visited {
	/*color: #900F0F;*/
	color: #6F085F;
}

.btn-style02 a:visited,
.btn-style03 a:visited,
.btn-style05 a:visited,
.btn-style07 a:visited,
.btn-style08 a:visited,
.btn-style09 a:visited {background-color: #006996;}

/* --------------------------------------------------------------------------------
	テキスト色
-------------------------------------------------------------------------------- */
.color-style01 {
	color: #3885AA;
}

/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
.list-disc li {
	margin-left: 1em;
	list-style: outside disc;
}

/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table.middle th,
table.middle td {
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------
	横並び定義リスト（日付：ニュース　のような形式にしたいときは、<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;
}
}

/* 日付
--------------------------------------------------------------- */
.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;
}
