/* スマートフォン用 */
/* リセットCSS */
*{ 
	margin:0; 
	padding:0; 
} 
body { 
	font:24px/1.5 Osaka,"ＭＳ Ｐゴシック",sans-serif; 
} 
li,dd{ 
	margin-left:1em; 
} 
table{ 
	border-collapse:collapse; 
	border-style:solid; 
} 
h1,h2,h3,h4,h5,h6,p,table,ul,ol,dl{ 
	margin-bottom:1.5em; 
} 
img{
	border:none;
	vertical-align:bottom;
}

/* 文書構造 */
a:link {
	color: #9a989a;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #0254FF;
}
a:active {
	text-decoration: underline;
}
#wrapper {
	margin: auto;
	width: 980px;
	text-align: center;
	color: #9a989a;
}
#wrapper p,#wrapper li,#wrapper td,#wrapper th {
	font-size: 32px;
}
#wrapper #header {
	height: 500px;
	width: 980px;
	background-image: url(/recotomo/images/header_img.gif);
	margin-bottom:25px;
}
#header h1 , #header p {
	display: none;
}

.form_bottom a {
	display:block;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	background-color: #9a989a;
	color: #FFF;
	font-weight: bold;
	border-radius:10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-size: 48px;
}
#wrapper #merit {
	margin-bottom: 25px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper h3 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: bold;
}
#wrapper #merit h3 {
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* メリット */

#merit .m_left {
	float: none;
	width:auto;
	height:auto;
	background-image:none;
	text-align: left;
	padding: 20px;
	background-color:#dddddd;
	margin-bottom:25px;
}
#merit .m_right {
	float: none;
	width:auto;
	height:auto;
	background-image:none;
	text-align: left;
	padding: 20px;
	background-color:#dddddd;
}
#merit p {
	margin-bottom:0px;
}

#wrapper h2 {
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9a989a;
	border-bottom-color: #9a989a;
	padding: 10px;
	color: #9a989a;
	font-size: 32px;
	width: 850px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}
#message #messe_right {
	float: none;
	width: auto;
}
#message #messe_left {
	display:none;
}
.f_clear {
	clear: both;
}
#b_left a {
	float:none;
	font-size: 32px;
	width: 500px;
}
#wrapper #toiawase h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
#wrapper #toiawase h3 {
	margin-bottom: 0px;
	font-size: 20px;
}
#wrapper #toiawase {
	border: 1px solid #9a989a;
}
#wrapper #toiawase p {
	margin-bottom: 10px;
}
#wrapper #footer {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
#b_right a {
	float:none;
	font-size: 32px;
	width: 800px;
}

/* 	応募まわり */
#wrapper #about_oubo h3 {
	background-color: #9a989a;
	color: #FFF;
	font-weight: bold;
	width: 500px;
	font-size: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#wrapper #about_oubo .kakomi {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9a989a;
	margin-bottom: 25px;
}
#about_oubo #oubo_right {
	display: none;
}

#wrapper #about_oubo , #wrapper #message {
	width: 870px;
	margin:auto;
	text-align: left;
}
#about_oubo #oubo_left {
	width: auto;
}
#about_oubo #oubo_left div p img {
	width: 100%;
	height: auto;
}



