@charset "utf-8";
/* CSS Document */


/*****************************************************************************

base.css
全ページ共通

*****************************************************************************/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}



/*@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium),
       local(Yu Gothic);
  font-weight: 500;
}*/




/*****************************************************************************
 reset 
 *****************************************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
li {
	list-style-type: none;
}
em, i, strong, th, address {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, object, embed {
	border: 0;
	vertical-align: top;
}
hr {
	border: 0;
	height: 1px;
	background: #cccccc;
	margin: 1em 0;
}
h1, h2, h3, h4, h5, th, dt, strong {
	font-weight: normal;
}
area {
	outline: none !important;
	border: none !important;
}
img {
	border: 0;
	vertical-align: middle;
}
body *, 
body *:before, 
body *:after {
	box-sizing: border-box;
}
input[type="text"], textarea, select {
	-webkit-appearance: none;
}
input[type="text"], textarea {
	padding:5px;
}



table {
	font-size: 1rem;
}





/*****************************************************************************
 linkColor 
 *****************************************************************************/

a {
	color:#54397e;
	text-decoration:underline;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: underline:
}
a * {
	cursor: pointer;
}
a:hover {
	color:#0000ff;
	/*text-decoration: none;*/
}
a.break {
	word-break: break-all;
}










/*****************************************************************************
 clearfix 
 *****************************************************************************/

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}










/*****************************************************************************
 body
 *****************************************************************************/

html {
	font-size: 87.5%;
	margin:0 auto;
}
body, input, textarea, select {
	line-height: 1.7;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体", 'Yu Gothic', YuGothic, "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	font-size: 1rem;
}
body {
}

#body {
	overflow-x: hidden;
	min-width: 1101px;
	position: relative;
}
@media screen and (max-width: 1100px) {
	#body {
		min-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#body {
		min-width: 320px;
	}
}









/*****************************************************************************
 styles
 *****************************************************************************/

.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 80px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb28 {
	margin-bottom: 28px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb1 {
	padding-bottom: 1px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb14 {
	padding-bottom: 14px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb28 {
	padding-bottom: 28px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl05 {
	padding-left: 5px;
}
.inlineBlock {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
}










/*br
----------------------------------------------------------*/
.pcBr {
	display: inherit;
}
.spBr {
	display: none;
}

@media screen and (max-width: 600px) {
.pcBr {
	display: none;
}
.spBr {
	display: inherit;
}
}





/*****************************************************************************
印刷用
 *****************************************************************************/

@media print {
}
