@charset "utf-8";

/* reset */
h1,h2,p,div,span,strong,ul,ol,li,dl,dt,dd,form,img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	font-size: 100%;
	font-family:/* "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",*/Verdana, "ＭＳ Ｐゴシック",sans-serif;
}

h1,h2,em,strong {
	font-weight: bold;
}

input,form {
	font-family:/* "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",*/Verdana, "ＭＳ Ｐゴシック",sans-serif;
}

body {
	font-size: 62.5%; /* = 10px */
	line-height: 1.1;
	color: #333333;
}

li {
	list-style: none;
}

/*
input[type=text] {
	height: 14px;
	line-height: 14px;
}
*/

img {
	vertical-align: bottom;
}

/* IE6 */
.first-child {
	margin: 0 !important;
}
.first-fl {
	float: left !important;
}
.fft {
	overflow: hidden;
	zoom: 1;
}


/* for agSearch */
#agGoodsSearch {
	float:left;
/*	width: auto;*/
	width: 400px;
	margin: 0 auto 0;
	border:dashed 1px #cccccc;
}
/*.agSearchTtlL {
	background: url(/com/img/search_ttl_bg_l.png) no-repeat left top;
	height: 42px;
	padding-left: 5px;
}
.agSearchTtlR {
	background: url(/com/img/search_ttl_bg_r.png) no-repeat right top;
	padding-right: 5px;
}*/
.agSearchTtlC {
/*	background: url(/com/img/search_ttl_bg_c.png) repeat-x left top;*/
	height: 42px;
	width: 100%;
}
.agSearchTtlL .agSearchTtlR .agSearchTtlC h1 {
	padding-left: 5px;
	padding-top: 9px;
}
.agSearchContents {
/*	border: 3px solid #2b31d9;*/
	padding: 7px;
}
.agSearchContents .agSearchContentsHead2 {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.4;
}
.agSearchContents .agSearchContentsHead2 h2 {
	color: #0648d6;
	color: #000000;;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.agSearchContents .agSearchInput {
	margin-top: 15px;
}
.agSearchContents .agSearchInput .agSearchInputHead2 {
	background: #dbdbdb;
	height: 25px;
	margin-bottom: 5px;
}
.agSearchContents .agSearchInput .agSearchInputHead2 h2 {
	padding-left: 8px;
	padding-top: 3px;
}
.agSearchContents .agSearchInput .agSearchInputList {
	border-bottom: 1px solid #4aa3ff;
}
.agSearchContents .agSearchInput .agSearchInputList ul li {
	display: inline;
}
.agSearchContents .agSearchInput .agSearchInputList ul li.first-child {
	padding-right: 2px;
}
.agSearchContents .agSearchInput .agSearchInputCont {
	background: #dfebf7;
	padding: 5px;
}
.agSearchContents .agSearchInput .agSearchInputCont .agSearchInputSelect {
	margin-bottom: 10px;
}
.agSearchContents .agSearchInput .agSearchInputCont .agSearchInputSelect select {
	border: 1px solid #7f9db9;
	width: 100%;
}
.agSearchContents .agSearchInput .agSearchInputCont .agSearchInputSelect input {
	border: 1px solid #7f9db9;
	width: 99.8%;
}
.agSearchContents .agSearchInput .agSearchInputCont .agSearchInputBtn p {
	text-align:center;
}

#agAlphaList,
#agAlphaTab {
	display: none;
}

.agCautionNote {
	margin: 20px 0 0;
	padding: 12px 15px 10px 15px;
	border: 1px solid #d80000;
	background: #efefef url(/com/img/attention-b-exmark-bg.gif) no-repeat 9px 8px;
	background-size:18px 18px;
	-webkit-background-size:18px 18px;
	-moz-background-size:18px 18px;
	-o-background-size:18px 18px;
}

.agCautionNote .heading {
	padding: 0 0 0 30px;
	color: #d80000;
	font-size: 1.4em;
	font-weight: bold;
}

.agCautionNote .body {
	font-size: 1.2em;
	line-height: 1.4;
}

.agCautionNote .body .text {
	margin: 3px 0 0;
	font-weight: bold;
}

/*peacepack*/
#askulmain {
	width:850px;
}

#btnarea {
	float:right;
	width:400px;
	text-align:left;
}

#btnarea a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}