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


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

          General Setting

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

html, body {
	margin:0;
	padding:0;
}

body {
    color: #333;
	font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8em;
}

h1,h2,h3,h4,ul,p,dl,dt,dd{
	margin:0;
	padding:0;
}

img{
	max-width: 100%;
}



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

          common

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


/* テキスト、フォント関連 */

.txt_center{
	text-align:center;
}

.txt_left{
	text-align:left;
}

.txt_right{
	text-align:right;
}

.txt_center_and_left{
	text-align: center;
}

.strong{
	font-weight:bold;
}

.fontS{
	font-size:0.85em;
}

.fontM{
	font-size:15pt;
	line-height:1.6em;
 letter-spacing: 1px;
}

.fontL{
	font-size:19pt;
	line-height:1.6em;
 letter-spacing: 1px;
}

.fontLL{
	font-size:25pt;
	line-height:1.6em;
 letter-spacing: 1px;
}

.red{
	color:#E70013;
}

.blue{
	color: #0168B7;
}

sup,sub{
	font-size:0.75em;
}

.font_serif{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}




/* リンク関連 */


a img{
	border:none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a{
 color: #5A8F0B;
	text-decoration:none;
}

a:hover {
	color:#5A8F0B;
	text-decoration:underline;
}

.NewWin{
	background: url(../images/ico_new_win_gr.png) no-repeat right center;
	padding-right: 15px;
}

/* レイアウト関連 */

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

.two_col_left{
	width:48%;
	float:left;
}

.two_col_right{
	width:48%;
	float:right;
}

.fl_left{
	float:left;
}

.fl_right{
	float:right;
}

.cl_both{
	clear:both;
}

.marginT60{
	margin-top:60px !important;
}


.marginT40{
	margin-top:40px !important;
}

.marginT20{
	margin-top:20px !important;
}

.marginT10{
	margin-top:10px !important;
}

.marginT05{
	margin-top:5px !important;
}

.marginB40{
	margin-bottom:40px !important;
}

.marginB20{
	margin-bottom:20px !important;
}

.marginB10{
	margin-bottom:10px !important;
}

.paddingTB40{
	padding: 40px 0 !important;
}

.paddingTB60{
	padding: 60px 0 !important;
}

.Hide_pc{
	display:none;
}



/* リスト、ボックスなどのパーツ */


ul.disc{
	list-style:disc;
	margin-left:1.5em;
}

hr{
	border: 0;
	height: 3px;
 background: #ccc;
	clear:both;
}


/* テーブル */

table.line{
	width:100%;
	border-collapse:collapse;
 background: #fff;
}	

table.line th,
table.line td{
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
	padding:10px 15px;
	text-align:left;
}

table.line th{
	width: 30%;
 font-weight: normal;
}



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

          Layout
		  
*****************************************/

.wrapper{
	width:100%;
	overflow:hidden;
}

header{
	width:100%;
	margin:0 auto;
	background: #666;
}

.contents{
	width:960px;
	margin:0 auto;
	clear:both;
}

.inner{
	width:860px;
	margin:0 auto;
}

#footer{
	clear:both;
	width:100%;
	padding-bottom:20px;
}



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

         TOPへ
		  
*****************************************/	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
}



/* ==========================================
	mediaQuery スマホ用
========================================== */

@media only screen and (max-width: 640px){
	
img{
	max-width:100%;
	height: auto;
}

.marginT40{
	margin-top:20px;
}
	
.txt_center_and_left{
	text-align: left;
}
	
a.link_btn{
	width: 80%;
	}
 
 table.line {
  border-top:1px solid #ccc;
 }
 
table.line td,
table.line th{
	width:auto;
	display:block;
}
 
 table.line th{
  font-weight: bold;
  padding-bottom: 0;
  border-top: none;
  border-bottom: none;
 }
 
 table.line td{
  border-top: none;
  padding-top: 0;
 }

.Hide_sp{
	display:none;
}

.Hide_pc{
	display:block;
}

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

          Layout
		  
*****************************************/

header{
	width:100%;
	margin:0 auto;
}

.contents{
	width:90%;
	margin:0 auto;
}

.inner{
	width:100%;
}

#footer{
	width:100%
}

.two_col_left{
	width:100%;
	float:none;
}

.two_col_right{
	width:100%;
	float:none;
	margin-top: 40px;
}

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

         TOPへ
		  
*****************************************/	
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


}

