﻿/*リンクスタイル*/
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(0, 101, 54,0.05);
	font-size: 75%;
	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(0, 101, 54);
}

.hd .header {
	padding: 20px 0;
}

.GKLogo{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80px;
}

/*** タイトルエリア ***/
#titlearea{
    background-color: rgb(0, 101, 54);
    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(0, 101, 54);
    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: 100%;
    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: 150%;
	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(0, 101, 54) 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;	
}

.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;
}

.listarea{
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.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;
}

/* テーブル関連 */
.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(0, 101, 54);
	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(0, 101, 54);
	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(0, 101, 54);
	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: 25px 25px;
}

.linkimgstyle2:hover
{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*** ボタン系 ***/
input[type="submit"]
, input[type="button"]
{
	box-shadow: 0px 0px 5px rgb(0, 101, 54);
}

/*** フロー ***/
.flowcomment{
	margin-top:30px;
	margin-left:-1em;
	margin-bottom:15px;
	text-align:center;
	font-size:115%;
    padding-left: 1em;
    text-indent: -1em;
}

.flowcomment .uline{
	text-decoration: none;
	color:#0066CC;
}


.flowspace{
	min-height: 40px;
	background-repeat: no-repeat;
	display: block;
	margin: 10px auto;	
	padding: 10px 10px;
	width:80%;
	line-height: 22px;
	padding: 5px 5px;
}

.flowhead{
	font-weight: bold;
	color: violet;
	font-size: 20px;
	width: 20%;
}
.flowitem{
	font-size: 20px;
	font-weight: bold;
	color: violet;
	background-color: #fff;
	border: 3px solid violet;
	border-radius: 4px;
	padding: 10px 10px;
	box-shadow: 0 1px 0 rgba(238, 130, 238, 0.3) inset
		, 0 0 2px rgba(238, 130, 238, 0.3) inset
		, 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 5px rgba(0, 0, 0, 0.1);
	width: 80%;
}

/* QA */
.title_area{
    border-color: rgb(0, 101, 54);
    background-color: rgb(0, 101, 54);
    background: -prefix-linear-gradient(bottom, rgb(0, 101, 54) 75%, white);
    background: linear-gradient(to top, rgb(0, 101, 54) 75%, white);
}
.titlestyle span{
    border-color: rgb(0, 101, 54);
}

/* 共通CSSから移管 */
.tablearea012211 td.cell1{
	border: 1px #808080 solid;
	border-collapse:collapse;
	width: 13%;
	padding: 2px 6px;
	height: 25%;
}

.tablearea012211 td.cell2{
	border: 1px #808080 solid;
	border-collapse:collapse;
	width: 15%;
	padding: 2px 6px;
	height: 25%;
}

.tablearea012211 td.cell3{
	border: 1px #808080 solid;
	border-collapse:collapse;
	width: 23%;
	padding: 2px 6px;
	height: 25%;
}

.tablearea012211 td.cell4{
	border: 1px #808080 solid;
	border-collapse:collapse;
	width: 49%;
	padding: 2px 6px;
	height: 25%;
}