﻿@charset "utf-8";

/*=========	Reset css	=========*/
/*http://meyerweb.com/eric/tools/css/reset/v2.0 | 20110126License: none (public domain)*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';	content: none;}
a {text-decoration: none; color: #000000;}
a:hover {color: #ae5f50;}
/*=========	Reset css -end-	=========*/


/*****		*****/

body {
	-webkit-text-size-adjust: 100%;
		line-height:normal;;
}
img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 30px;
	width:/***/auto; /* IE8用 */
}
#wrapper {
	max-width: 1280px;
	min-width: 375px;
	margin: 0 auto;
}
.contents {
	width: 80%;
	align-content: center;
	display:inline-block;
	border: 3px solid #000000;
	padding: 15px 30px;
	margin-bottom: 30px
}
h2 {
	font-size: 1.6rem;
	font-weight: bold;
}
h3 {
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
}
.secA{
	width: 81%;
	margin-bottom: 30px;
}
.secB img{
	width: 50%;
}
.secB_1 img{
	width: 35%;
}
.text-con {
	font-size: 1.0rem;
	text-align:left;
}
.text-conA {
	font-size: 1.0rem;
	padding-top: 30px;
	margin: 30px;
}

@media screen and (max-width: 375px) {
#wrapper {
	width: 50%;
	margin:0 28%;
}