@charset "UTF-8";
/* CSS Document */

html,body{ background: url(../img/temp_bg.gif) top center;}
section{}
section .inner{ background: #fff; box-sizing: border-box;}
.center{ text-align: center;}

h1{ color: #ff5858; font-weight: normal; font-size: 24px;}
.clumn_2>div{ text-align: center;}

h3{ font-weight: normal;}
.line_box{ border: 1px solid #000;padding: 10px;}

p{ font-size: 18px; line-height: 160%;}

.mt25{ margin-top: 25px;}
.mb 0{ margin-bottom: 0;}
.mb10{ margin-bottom: 10px;}
.mb25{ margin-bottom: 25px;}
.pt25{ padding-top: 25px !important;}
.pb25{ padding-bottom: 25px!important;}
.pl25{ padding-left: 25px;}
.pr25{ padding-right: 25px;}
#temp_footer{ background: #fff; margin: 0 auto;}
footer p{ margin: 0; padding-bottom: 20px;}


@media (min-width: 769px) {
   /* (C)PC以上向けスタイル */
	h1{ font-size: 32px;}
	.clumn_2>div { float: left; width: 50%;}
	
	#temp_footer{ background: #fff; margin: 0 auto;}
}
