@charset "shift_jis";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body {
	font-family: sans-serif;
	color: #333333;
	background: #FFFFFF url("../img/bgshort.png") left top repeat-x;
	line-height: 1.5;
}
body.top{
	font-family: sans-serif;
	color: #333333;
	background: #FFFFFF url("../img/bg.png") left top repeat-x;
	line-height: 1.5;
}

h1 {
	padding-top: 20px;
}

img {
	vertical-align: bottom;
	border: none;
}
img.lb{
	width: 72px;
	height: 72px;
	margin: 0px 0px 10px 0px;
}
iframe{
	width: 100%;
	height: 100%;
	border: 0;
}
.iframe_wrapper{
	height: 400px;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
#logo {
	padding-top: 34px;
}
#navigation {
	padding-top: 43px;
}
#navigation li {
	display: inline;
	list-style: none;
	width: 125px;
	height: 55px;
}
#itemList{
	text-align: center;
}
#itemList li{
	display: inline;
	list-style: none;
	width: 250px;
	height: 110px;
	margin: 0;
}
.col2 {
	font-size:16px;
	padding: 10px;
}
.w1 {
    clear:both;
	font-size:16px;
	padding: 10px;
}
.w1 li{
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
}
.txt-icon {
	font-size: 16px;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	color: white;
	background: #333333;
}


.qa_wrapper {
    margin-bottom: 50px;
    list-style: none;
    border-top: 1px solid #333333;
}

.qa_wrapper--item {
    padding: 20px 0 0 0;
    border-bottom: 1px solid #333333;
}

.question {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.question--th {
    width: 40px;
    display: table-cell;
}

.question--icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #333333;
    color: #FFF;
    border-radius: 50%;
}

.question--td {
    padding-left: 22px;
}




#footer{
	/* height:40px; */
    padding: 10px;
	margin-top:20px;
	color:white;
	background:#333333;
	/* margin-bottom:40px; */
}

@media (max-width: 820px){
	.wrapper{
		margin-left:20px;
		margin-right:20px;
	}
	#navigation{
		padding: 0px;
		background: #999999;
	}
	#navigation img{
		width: 80px;
	}
	#stview{
		display: none;
	}
	#itemList li{
		/* display: block; */
		list-style: none;
		width: 150px;
		height: 72px;
		margin: 0;
	}
	#itemList img{
		width: 100px;
	}
 	#footer{
		padding-left:30px;
		padding-right:30px;
	}
}

@media (min-width: 820px) {
  .wrapper {
    width: 820px;
  }
  .col2{
  	width: 50%;
  	float: left;
  }  
  #footer{
    text-align: center;
  }
}
