@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
table {
	border-collapse:collapse;border-spacing:0;
	font-size:inherit;font:100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	text-align: center;
}
#container {
	text-align: left;
	width: 100%;
}
#header {
	height: 85px;
	width: 100%;
	text-align: center;
	background-color: #80DAF8;
	background-image: url(../images/logo-tsumugu-header.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header #logo-tetsuwan {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
}
#header #logo-tetsuwan h1 {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

#contents {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #80DAF8;
	border-left-color: #80DAF8;
}
#contents #message {
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	padding-bottom: 40px;
}
#contents #message h2 {
	font-size: 18px;
	font-weight: normal;
	color: #2685D2;
	padding-top: 40px;
	clear: both;
	padding-bottom: 10px;
}
#contents #message p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents #message h3 {
	color: #FF9226;
	font-size: 14px;
}
#contents #message #myname{
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;	
}

#contents #message #point ul{
	list-style-type: decimal;
	color: #2685D2;
	font-size: 20px;
	line-height: 2em;
	padding-left: 200px;
	padding-bottom: 20px;
}
#contents #message #merit ul{
	list-style-type: disc;
	font-size: 16px;
	line-height: 2em;
	padding-left: 200px;
	padding-bottom: 20px;
}
.youtubeArea {
	height: 240px;
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.youtubeArea h3 {
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sampleArea {
	clear: both;
}
#sampleArea #namecardspace {
	float: left;
	width: 428px;
}
#sampleArea #namecardspace h3 {
	padding-top: 30px;
}
#sampleArea #inquiryspace {
	float: right;
	width: 428px;
}
#sampleArea #inquiryspace h3 {
	padding-top: 30px;
}
#about-tsumugu {
	font-size: 14px;
	padding-top: 30px;
	line-height: 1.2em;
}
#pricetable {
	width: 550px;
	float: left;
}
.pricetable-itemTop {
	color: #2888D4;
	background-color: #DFF0FA;
	text-align: center;
	width: 150px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2888D4;
	line-height: 1.2em;
}
.pricetable-item {
	color: #2888D4;
	background-color: #DFF0FA;
	text-align: center;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	line-height: 1.2em;
}
.pricetable-descriptionTop {
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2888D4;
	line-height: 1.2em;
	color: #2888D4;
}
.pricetable-description {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	line-height: 1.2em;
}
.pricetable-description-positionL {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888888;
	line-height: 1.2em;
	padding: 10px;
}
.strike {
	text-decoration: line-through;
	}
.commentNotes {
	font-size: 85%;
	line-height: 1.2em;
	float: left;
	padding-left: 20px;
	width: 300px;
	color: #666;
}
#message .commentNotes ul {
}
#message .commentNotes li {
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 7px;
	list-style-type: none;
}
.btn-inquiry {
	text-align: center;
	background-color: #FF9326;
	vertical-align: middle;
	width: 428px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}


.btn-inquiry a {
	color: #FFF;
	width: 428px;
	background-color: #FF9326;
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 24px;
}
.btn-inquiry a:hover {
	background-color: #FFA83C;
}

.outlineList {
	width: 100px;
	vertical-align: top;
}
.position-right {
	float: right;
}

	
	
/* profile & pribacypolicy------------------------------------------*/
.btn-tsumugu {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	height: 60px;
	width: 250px;
	padding-bottom: 50px;
}


/* footer------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 150px;
	background-color: #80DAF8;
	color: #FFF;
	text-align: center;
	clear: both;
}
#footer-logo {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#footer-logo img {
}
#footer-logo p {
	font-size: 12px;
	line-height: 1.2em;
}
#footer-logo p a {
	color: #FFF;
}
#footer-bottom {
	width: 100%;
	height: 120px;
	background-color: #80DAF8;
	color: #FFF;
	text-align: center;
	position: fixed;
	bottom: 0px;
}
.link-list {
	padding-bottom: 5px;
}
.link-list a {
	text-decoration: underline;
}



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

          MediaQueries

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

@media screen and (max-width: 800px) {
	
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#header #logo-tetsuwan {
	width: 95%;
}

#contents {
	width: 95%;
}

#contents #message {
	width: 95%;
}
#contents #message #point ul{
	padding-left: 50px;
}
#contents #message #merit ul{
	padding-left: 50px;
}
.youtubeArea {
	max-width: 640px;
	min-width: 280px;
	height: auto;
	width: auto;
}
#sampleArea #namecardspace {
	float: none;
	width: 100%;
	text-align: center;
}
#sampleArea #namecardspace h3 {
	padding-top: 10px;
}
#sampleArea #inquiryspace {
	float: none;
	width: 100%;
	text-align: center;
}
#pricetable {
	width: 100%;
	float: none;
}
.pricetable-itemTop {
	width: 40%;
}
.pricetable-item {
	width: 40%;
}
.pricetable-descriptionTop {
	width: 60%;
}
.commentNotes {
	float: none;
	padding-left: 0px;
	width: 100%;
	padding-top: 15px;
}


/* footer------------------------------------------------------------*/
#footer {
	height: auto;
}
#footer-logo {
	width: 100%;
}
#footer-logo p {
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2em;
	padding-bottom: 20px;
}

}

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

          MediaQueries

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

@media screen and (max-width: 320px) {
	
#header #logo-tetsuwan h1 {
	display: none;
}
#pricetable {
	font-size: 85%;
}
.btn-inquiry {
	width: 90%;
}


.btn-inquiry a {
	width: 90%;
}
/* footer------------------------------------------------------------*/
#footer-logo p {
	width: 90%;	
}
	
	
	}
