﻿/*リンクスタイル*/
a{
   color: #0066CC;
   /*display: inline-block;*/
}

*{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    /*width: 100%;*/
    margin: 0;
    padding: 0;
}

body{
    font-size: 75%;
    line-height: 130%;
}

#fitin{
	background: url("../../../inquiry/img/bg.gif") rgba(131,34,72,0.05);
	font-size: 90%;
	line-height: 130%;
}

body .webbody{
    line-height: 160%;
}

#container{
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

#contents_area{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

/***************************************************/

/*** ヘッダーエリア ***/

.hd{
	border-top: 5px solid rgb(131,34,72);
}

.hd .header {
	padding: 20px 0;
	background-color: white;
	padding-left: 10px;
}

.GKLogo{
	width: auto;
	height: auto;
	max-width: 100%;
}

/*** タイトルエリア ***/
#titlearea{
    background-color: rgb(131,34,72);
    color: #FFFFFF;
	max-width: 100%;
    line-height:40px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 15pt;
    font-weight: bolder;
}

#titleareaHistory{
    background-color: rgb(255,198,46);
    color: #FFFFFF;
    width: 100%;
    line-height:40px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 15pt;
    font-weight: bolder;
}


#header_area2{
    height: 60px;
    width: 850px;
    margin-bottom: 10px;
}

/* メインエリア */
#mainarea{
    display: block;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/***************************************************/
/* 各ページタイトル */
.headingtitle
{
	border: solid 1px #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
	background: #eee;
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	-moz-border-radius: 5px; /* FF */
	background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
	-webkit-border-radius: 5px;/* Webkit */    
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */    
	-pie-background:linear-gradient(top,  #fff,  #eee); /* ie */ 
	background:linear-gradient(top,  #fff,  #eee); /* ie */ 	   
}   

.headingtitle span
{
	border-left:5px rgb(131,34,72) solid;
	padding-left:10px;
}

.subtitle1
{     
	background-color: #fff;	
	padding:10px 10px;	
	border:1px solid #bbb;
	border-radius: 4px;	
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
				0 0 2px rgba(255, 255, 255, 0.3) inset,
				0 0 5px rgba(0, 0, 0, 0.1) inset,
				0 1px 5px rgba(0, 0, 0, 0.1);
	margin: 10px 0px;
	margin-left: auto;
	margin-right: auto;
}
.subtitle2
{     
	width: 90%;
}

.despstyle1{
	padding: 10px;
	padding-bottom: 0px;
	display: block;
}

.despstyle2{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 10px;
	display: block;
}

.despstyle3{
	padding: 10px;
	padding-bottom: 0px;
	display: block;
	text-align: left;
	font-weight: bold;
	color: #FF0000;
}

.listtitle1{
	font-size: 14px;
	padding-left: 10px;
}

.listarea{
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.listarea li{
	padding-top: 10px;
}

.listarea li .listyle1{
	padding-top: 10px;
}

.listarea2{
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.listarea2 li{
	padding-top: 5px;
	line-height: 100%;
}

/* テーブル関連 */
.tablearea_sp
{
	display: table;
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	text-align: center;
	width: 90%;
	font-size: 14px;
}

.tablearea_sp th.head1
{
	background:rgb(255,198,46);
	color:#000000;
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	padding: 2px 6px;
	height: 25%;
	width: 30%;
}

.tablearea_sp th.head2
{
	background:rgb(255,198,46);
	color:#000000;
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	padding: 2px 6px;
	height: 25%;
	width: 70%;
}

.tablearea_sp td.cell1{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	padding: 2px 6px;
	height: 25%;
	width: 30%;
}

.tablearea_sp td.cell2{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	padding: 2px 6px;
	height: 25%;
	width: 70%;
}

.tablearea_pc
{
	display: none;
}

.tableareaMail{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	margin-left:0px;
}

.tableareaMail td.head1{
	background:rgb(0,0,0);
	color:#ffffff;
	border: 1px #808080 solid;
	border-collapse:collapse;
	padding: 2px 6px;
	width:30%;
}

.tableareaMail td.head2{
	background:rgb(0,0,0);
	color:#ffffff;
	border: 1px #808080 solid;
	border-collapse:collapse;
	width: 30%;
	padding: 2px 6px;
}

.tableareaMail td.cell1{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	width: 70%;
}

.tableareaMail td.cell2{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	width: 70%;
	padding: 2px 6px;
}

.tableareaHistory{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	font-size: 13px;
	margin-left: 10px;
}

.tableareaHistory td.head1{
	background:rgb(0,0,0);
	color:rgb(255,198,46);
	border: 1px #808080 solid;
	border-collapse:collapse;
	padding: 2px 6px;
	font-size: 13px;
	width:20%;
}

.tableareaHistory td.cell1{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	padding: 2px 6px;
	font-size: 13px;
	width:25%;
}

.tableareaHistory td.cell2{
	border: 1px rgb(0,0,0) solid;
	border-collapse:collapse;
	padding: 2px 6px;
	font-size: 13px;
	width:55%;
}

.picbutton1{
	margin-left: 10px;
}

.picbutton2{
	margin-left: 10px;
}


#conveni_logo{
	width: 300px;
	height: auto;
}

.crestyle{
	width: 45px;
	height: 45px;
}

.linkimgstyle1
{
	max-width:100%;
	margin: 5px 10px;
}
.linkimgstyle1:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.linkimgstyle2
{
	max-width:100%;
	margin: 15px 10px;
}

.linkimgstyle2:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*** ボタン系 ***/
input[type="submit"]
, input[type="button"]
{
	width:250px;
	box-shadow: 0px 0px 5px rgb(131,34,72);
}

/*** フロー ***/
.flowitem
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px 10px;
	font-size: 20px;
	color: #333333;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset
		, 0 0 2px rgba(255, 255, 255, 0.3) inset
		, 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.1);
	width: 85%;
	font-weight: bold;
	height: 17px;
}

.flowitem2
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px 10px;
	font-size: 20px;
	color: #333333;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset
		, 0 0 2px rgba(255, 255, 255, 0.3) inset
		, 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.1);
	width: 85%;
	font-weight: bold;
	height: 35px;
}

.flowitem3
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px 10px;
	font-size: 20px;
	color: #333333;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset
		, 0 0 2px rgba(255, 255, 255, 0.3) inset
		, 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.1);
	width: 85%;
	font-weight: bold;
	height: 54px;
}

.stepstyle1{
	margin-left: 5px;
	font-size: 14px;
	display: inline-block;
	width: 10%;
}
.stepstyle2{
	font-size: 16px;
	display: inline-block;
	float: right;
	width: 75%;
}

.bannerarea{
	display: inline-block;
	width: 250px;
	background-color:rgba(131,34,72,0.15);
}
.linkimgstyle2{
	max-width: 200px;
}

.ftname{
	font-color: black;
	font-weight: bold;
	font-size: 100%;
}

.ftname .style1{
	font-size: 100%
}

.ftstyle{
	font-size: 100%;
}

/*テーブル*/
table.tablestyle{
	font-size: 13px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #CCC;
	border-right:  1px solid #CCC;
	border-bottom:  1px solid #CCC;
}

table.tablestyle th{
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #CCC;
	background: #EEE;
}
table.tablestyle td{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #CCC;
}
table.tablestyle .kbntitle{
	width: 10px;
	background-color: #daf0fc;
	vertical-align: middle;
	border: 2px solid #daf0fc;
}
table.tablestyle .kbntitle2{
	width: 10px;
	background-color: #f3f6d0;
	vertical-align: middle;
	border: 2px solid #f3f6d0;
}
.dl1{
	color: red;
	font-size: 10px;
}
.desp1{
	font-size: 10px;
}

.despstyle5 img{
	max-width: 300px;
}


