@charset "utf-8";
/* CSS Document */

body{
	background-size:2px 3px, 2px 3px;
	background-position:left bottom,left top;
	background-repeat:repeat-x,repeat-x;
}

#smt_elupaka{
	background-color:#f7f7f7;
	padding: 15px 0 8px;
}

#smt_elupaka_logo{
}

#smt_elupaka_main_ic {
	margin:0 auto;
	width:290px;
	text-align:center;
}

#smt_elupaka_main_ic img{
	vertical-align: bottom;
}

#smt_elupaka_main {
	text-align:center;
	width:100%;
	margin:0;
	/* padding: 0 8px; */
}

#smt_elupaka_main_title {
	background-color:#fff;
	color:#0096ff;
	padding:20px 0;
	margin: 0 8px;
}

.smt_elupaka_main_section {
	border-bottom:1px #eee solid;
	background: #FFF;
	padding: 10px;
	margin: 0 8px;
}


.smt_elupaka_main_section_left {
}

.smt_elupaka_main_section_right{
	padding:0 10px 0 10px;
}


.smt_elupaka_main_section_right a{
	font-size:82%;
	word-break: break-all;
	word-wrap:break-word;
	color:#125eaa;
	display:block;
	text-align:left;
	text-decoration:none;
}

.smt_elupaka_main_section_right a:visited{
	color:#125eaa;
}


#smt_elupaka_bnsBox{
	background-color:#f7f7f7;
	padding-top: 8px;
}

#smt_elupaka_bnsBox ul{
	list-style:none;
	padding:0;
}

#smt_elupaka_bnsBoxul li{
	padding:15px 0 0 0;
}

.smt_elupaka_main_section_bt{
	text-align:left;
}
#nav_wrapper{
	width: 100%;
	margin: 0 8px;
}

#smt_elupaka_nav{
	-moz-border-radius: 3px;
}

#smt_elupaka_nav .smt_elupaka_nav_child{
	width:48%;
	height:30px;
    text-align: center;
	vertical-align:middle;
	background-color: #63b2ed;
	float:left;
	margin-bottom:2px;
}

#smt_elupaka_nav .smt_elupaka_nav_child:nth-child(odd){
	margin-right:2px;
}

#smt_elupaka_nav .smt_elupaka_nav_child a{
	display:block;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:70%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*  clearfix */
.smt_elupaka_main_section:after,
#smt_elupaka_nav:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0px;
}

.smt_elupaka_main_section,
#smt_elupaka_nav{
 	zoom:1;
}