﻿/*リンクスタイル*/
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(111,33,129,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;
}

/*** 画面のサイズに合わせて拡大・縮小 ***/
img{
	max-width: 100%;
	height: auto;
}

/***************************************************/

/*** ヘッダーエリア ***/

.hd{
	border-top: 5px solid rgb(111,33,129);
}

.hd .header {
	padding: 20px 0;
}

.GKLogo{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 60px;
}

/*** タイトルエリア ***/
#titlearea{
    background-color: rgb(111,33,129);
    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(111,33,129);
    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(111,33,129) 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;
}

.despstyle4{
	position: relative;
	left: 0%;
}

/* 大西 add */
.despstyle4_1{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
	display: block;
}
.despstyle4_2{
	position: relative;
	left: unset;
}


/* 大西 add */


.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;
}

/* テーブル関連 */


/* 大西 add*/
.tablearea_oonishi{
	width: 94%;
}

.tablearea_oonishi table:hover{
	background-color: #eebbcb;
}

.tablearea_oonishi2
{
	display: table;
	border: 2px rgb(0,0,0) solid;
	border-collapse:collapse;
	width: 100%;
	/* height: 15%; */
}

/* 大西 */
.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(111,33,129);
	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(111,33,129);
	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(111,33,129);
	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(111,33,129);
}
/*** フロー ***/
.flowitem
{
	min-height: 40px;
	font-size: 20px;
	line-height: 22px;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	color: rgb(111,33,129);
	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;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}


.flow1
{
	padding-left: 55px;
	background-size: 50px;
	background-image: url(../img/[GKCode]/);
}

.flow2
{
	padding-left: 55px;
	background-size: 50px;
	background-image: url(../img/[GKCode]/);
}

.flow3
{
	padding-left: 55px;
	background-size: 50px;
	background-image: url(../img/[GKCode]/);
}

.flow4
{
	padding-left: 55px;
	background-size: 50px;
	background-image: url(../img/[GKCode]/);
}

.flow5
{
	padding-left: 55px;
	background-size: 50px;
	background-image: url(../img/[GKCode]/);
}
/* 描画 */
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: ;none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 35;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.triangle::before{
	left: 4px;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-top: 10px solid rgb(165,154,202);
}
.triangle::after{
	left: 14px;
	width: 20px;
	height: 30px;
	border-top: 5px solid rgb(165,154,202);
}

/* add 大西*/
.shutugan{
	background-color: rgb(255,204,255);
	width:250px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8px;
	border: none;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 50px
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:10px;
	float:unset;
}
.shutugan1{
	background-color: rgb(255,204,255);
	width:250px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8px;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 50px
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:10px;
	float:unset;
}
.shutugan2{
	background-color: rgb(255,204,255);
	width:250px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8px;
	border: none;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 50px
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius:10px;
	float:unset;
}
.shutuganT{
	height:0px;
	width:0px;
	border:15px solid rgb(112,48,160);
	border-color:transparent;
	border-top-color:rgb(112,48,160);
}

/* add 大西 */


/* QA */
.title_area {
    border-color: rgb(111,33,129);
    background-color: rgb(111,33,129);
    background: -prefix-linear-gradient(bottom, rgb(111,33,129) 75%, white);
    background: linear-gradient(to top, rgb(111,33,129) 75%, white);
}
.titlestyle span {
    border-color: rgb(111,33,129);
}






.block
{
	display:block;
	padding-top:10px;
}



.flow999
{
	width:60%;
}
.flow998
{
	width:60%;
}


.aaa1{
	padding-top:60px;
}

.aaa2{
	padding-top:0px;
}

.aaa3{
	padding-top:0px;
	overflow:hidden;
}
.aaa4{
	position:unset;
	margin-left:unset;
	width:unset;

}

.tableaaa
{
width:48%;
}
.tableaaa2
{
	width:48%;
}

/* 画像表示 */
.limage {
	width:175px;
	margin-right:30px;
	vertical-align:top;
	word-wrap:break-word;display:
	inline-block;*display:inline;*zoom:1
}

