@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}

area{
  border:none;
  outline:none;
}
/* --------------------------------------------------------------------------------
	汎用フォントサイズ設定
-------------------------------------------------------------------------------- */
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;}.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%}
@media (max-width: 479px) {
/* （～479）のとき */
.sp-width-100{width:100%}
}
/* --------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------- */
table > th,
table > td {
	vertical-align: top;
}
/* --------------------------------------------------------------------------------
	画像
-------------------------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.img-TB-padding {
	padding: 10px 0;
}

/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
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;
}
/* --------------------------------------------------------------------------------
	ノーマル
-------------------------------------------------------------------------------- */
.normal {
	font-weight: normal;
}
/* --------------------------------------------------------------------------------
	文字寄せ
-------------------------------------------------------------------------------- */
.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-left {
	text-align: left!important;
}

@media (max-width: 479px) {
/* （～479）のとき */
.text-right-xs {
	text-align: right!important;
}

.text-center-xs {
	text-align: center!important;
}

.text-left-xs {
	text-align: left!important;
}
}

@media (max-width: 767px) {
/* （～767）のとき */
.text-right-sm {
	text-align: right!important;
}

.text-center-sm {
	text-align: center!important;
}

.text-left-sm {
	text-align: left!important;
}
}
/* --------------------------------------------------------------------------------
	折り返し
-------------------------------------------------------------------------------- */
.text-nowrap {
	white-space: nowrap;
}

/* --------------------------------------------------------------------------------
	電話リンク
-------------------------------------------------------------------------------- */
.tel a {
	border-bottom: dotted 1px;
}

/*======================================
↓↓↓サイトごとに可変↓↓↓
======================================*/
/* --------------------------------------------------------------------------------
	フォントfamily + ベースフォントサイズ + ベースカラー
-------------------------------------------------------------------------------- */
/*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,input,select,button,a{
	font: 14px Arial,"meiryo","Helvetica Neue",Helvetica,Tahoma,sans-serif;  
}*/

body {
	font: 14px Arial,"meiryo","Helvetica Neue",Helvetica,Tahoma,sans-serif;  
}

body {
}

/* --------------------------------------------------------------------------------
	行間/行の高さ
-------------------------------------------------------------------------------- */
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: #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:not([class*="bx-"]), button {
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

/* --------------------------------------------------------------------------------
	テキスト色
-------------------------------------------------------------------------------- */
.color-style01 {
	color: #CD3483;
}

.color-style02 {
	color: #306298;
}

.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
/* --------------------------------------------------------------------------------
	背景色
-------------------------------------------------------------------------------- */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
/* --------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------- */
.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;
    min-width: 100px;
}

dl.dl-horizon dd {
    margin-left: 0;
    padding: 0 0 0 120px;
}
dl.dl-date dd {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
    border-bottom: 1px dotted #999;
}

dl.dl-date2 dt {
 min-width: 170px;
}

dl.dl-date2 dd {
	padding-left: 170px;
}

@media (min-width: 992px) {
/* （992～）のとき */
dl.dl-date dd {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
}

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 {
	display: table-cell;
	vertical-align: middle;
}

.media-body.width-100 {
	width: 800px;
}

.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%;
}

@media (max-width: 767px) {
/* （～767）のとき */
.media .pull-left.responsive {
	width: 100%;
	margin-right: 0;
	float: none!important;
}

.media .pull-right.responsive {
	width: 100%;
	margin-left: 0;
	float: none!important;
}

.media .responsive img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.media .responsive img.width-100 {
	width: 100%;
}

.media .media-body + .pull-left.responsive,
.media .media-body + .pull-right.responsive {
	margin-top: 20px;
}

.media > p > img.pull-left,
.media > p > img.pull-right {
	margin-bottom: 15px;
}
}

@media (max-width: 479px) {
/* （～479）のとき */
.img-responsive {
	width: 100%;
}
}

/* --------------------------------------------------------------------------------
	フォームのテキスト入力エリア
-------------------------------------------------------------------------------- */
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;
}


/* --------------------------------------------------------------------------------
	アコーディオン
-------------------------------------------------------------------------------- */
.toggle.parent + .child,
.js-toggle-close {
	display: none;
}

/* --------------------------------------------------------------------------------
	フェードイン
-------------------------------------------------------------------------------- */
.js-fadein {
	opacity: 0;
}

/* --------------------------------------------------------------------------------
	カラム
-------------------------------------------------------------------------------- */
.row.clearfix {
	margin-bottom: -30px;
}

@media (max-width: 479px) {
/* （～479）のとき */
div[class*="col-xs"].xs-full {
	width: 100%;
	float: none;
}

.row.clearfix {
	margin-bottom: 0;
}

.row + .row {
	margin-top: 30px;
}
}

@media (max-width: 991px) {
/* （～991）のとき */
div[class*="col-"] {
	margin-bottom: 30px;
}
}

@media (min-width: 992px) {
/* （992～）のとき */
div[class*="col-"] + div[class*="col-"] {
	margin-bottom: 30px;
}
}

/* --------------------------------------------------------------------------------
	高さを揃える
-------------------------------------------------------------------------------- */
@media (max-width: 479px) {
/* （～479）のとき */
.equal-height {
	height: auto!important;
}
}

@media (max-width: 767px) {
/* （～767）のとき */
.equal-height-sm {
	height: auto!important;
}
}

@media (max-width: 991px) {
/* （～991）のとき */
.equal-height-md {
	height: auto!important;
}
}

/* --------------------------------------------------------------------------------
	レスポンシブ　テーブル
-------------------------------------------------------------------------------- */
@media (max-width: 479px) {
/* （～479）のとき */
.xs-block {
	display: block;
}
}