html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

body{
	background-color:#FFF;
	font:14px sans-serif;
	line-height:1.4;
	color:#333;
	-webkit-text-size-adjust:none;
}


ul{ list-style:none; }

a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#333;
}
a:visited{ color:#333; }

img{
	max-width: 100%;
	height: auto;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
	line-height:1;
}

/*///// global /////*/

.txtSmall{ font-size:0.8em !important; }

.txtBold{ font-weight:bold !important; }
.txtNormal{ font-weight:normal !important; }

.txtRed{ color:#F00; }

.txtLeft{ text-align:left !important; }
.txtRight{ text-align:right !important; }
.txtCenter{ text-align:center !important; }

.inLink{ border-bottom:1px dashed #999; }

/* layout */
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }

.BorderNone{ border:none !important; }


/*///// main /////*/

/* header */
header a{
	display:block;
	margin-bottom:10px;
	padding:5px 0;
	text-align:center;
}

.container{
	padding:10px;
}

.headingBox{
	margin:10px;
	background-color:#EEE;
	border-radius:4px;
}

/* title */
.sectionTitle{
	padding:0.7em;
	background-color:#ffdd95;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffdd95), to(#f9aa2e));
	background-image:-moz-linear-gradient(#ffdd95, #f9aa2e);
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	text-shadow:0 1px 1px #FFF;
}

.subTitle{
	padding:10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#EEEEEE;
	background:-webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#EEEEEE));
	background:-moz-linear-gradient(#FDFDFD, #EEEEEE);
	font-weight:bold;
	text-shadow:0 1px 1px #FFF;
}


/* navList */
.listContainer{
	margin:10px;
	border:1px solid #CCC;
	border-bottom:none;
	border-radius:6px;
}

.navListTitle{
	padding:10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #CCC;
	background-color:#EEEEEE;
	background:-webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#EEEEEE));
	background:-moz-linear-gradient(#FDFDFD, #EEEEEE);
	text-shadow:0 1px 1px #FFF;
}

.listTop{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.listBottom{
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

.navList{
	padding:10px 0;
	border-bottom:1px solid #CCC;
}

.navList li a{
	display:block;
	padding:10px 8px;
	color:#333;
}
.navList li a:before{ content:"≫"; }

.navList li a img{
	display:block;
	margin-left:2px;
	float:right;
	vertical-align:bottom;
}


/* link button */	
#linkNav{
	padding:20px 10px;
}

#linkNav li{
	margin-bottom:10px;
	border:1px solid #F90;
	border-radius:5px;
	box-shadow:1px 1px 3px #666;
	background-color:#ffdd95;
}

#linkNav li a{
	display:block;
	padding:15px 10px;
	border-top:1px solid #FFF;
	border-radius:5px;
	color:#333;
	line-height:1;
	text-align:center;
	text-shadow:0 1px 1px #FFF;
	font-weight:bold;
}

	

/* footer */
footer{
	padding:10px;
	text-align:right;
	font-size:0.6em;
	color:#666;
}


/* 個別のスタイル */

.service_icon li{
	display:inline-block;
	margin-right:10px;
	font-size:0.8em;
	line-height:30px;
}

.service_icon img{
	display:inline-block;
	margin-right:3px;
	vertical-align:middle;
}

.picup_icon li{
	display:inline-block;
	margin-right:10px;
	font-size:0.8em;
	line-height:16px;
}

.picup_icon img{
	display:inline-block;
	margin-right:5px;
	vertical-align:bottom;
}




