
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 120%;
	font-weight: 500;
	min-width: 1500px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h1.img,
h2.img {
	padding: 50px 0px 20px 0px;
	text-align: left;
}

h2.img em {
	display: block;
	padding-top: 20px;
}

h2.subtitle {
	background: url(images/h2line.svg) no-repeat center bottom;
	background-size: 90px;
	font-size: 28px;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding: 40px 0px 15px 0px;
	text-align: center;
}

h2.subtitle.left {
	background-position: left bottom;
	text-align: left;
}

h2.subtitle.right {
	background-position: right bottom;
	margin-bottom: 40px;
	padding: 40px 0px 15px calc(50% + 70px);
	text-align: right;
	width: 530px;
}

h3.subtitle {
	background: url(images/h2line.svg) no-repeat left bottom;
	background-size: 70px;
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 20px;
	padding: 40px 0px 10px 0px;
	text-align: left;
}

h3.copy {
	background-color: #d6ad06;
	color: white;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8em;
	margin-bottom: 20px;
}

p {
	line-height: 2.0em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 70%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.6;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

span.link-btn a,
a.link-btn {
	background: #d6ad06 url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 8px;
	color: white;
	display: inline-block;
	padding: 15px 90px 15px 80px;
	text-decoration: none;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: #d6ad06 url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 8px;
	color: white;
	display: inline-block;
	padding: 15px 80px 15px 90px;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.6em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.green {
	color: #0f7439;
}

	
span.xx-large {
	font-size: 200%;
	line-height: 2.0em;
}

span.x-large {
	font-size: 150%;
	line-height: 2.0em;
}

span.large {
	font-size: 125%;
	line-height: 2.0em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.marker,
strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0px 5px;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.png) no-repeat 10px 15px;
	display: block;
	padding: 7px 0px 7px 30px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.0em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.0em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

div.line {
	background: url(images/line.gif) repeat-x center center;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
div.content  div.text {
	padding: 10px 0px 50px calc(50% + 70px);
	width: 530px;
}

div.content  div.text p,
div.content-s  div.text p {
	font-size: 19px;
}

div.content-s {
	margin: 0px auto;
	width: 1200px;
}

div.content-s  div.text,
div.content-s  div.img {
	display: table-cell;
	vertical-align: middle;
}

div.content-s  div.text {
	padding: 40px 0px 0px 100px;
	width: 58%;
}

div.content-s  div.img {
	float: right;
	text-align: right;
	width: 42%;
}

/***********************************************************************/
div.catch {
	background-color: white;
	margin: 0px auto;
	padding: 100px 150px 80px 150px;
	position: relative;
	width: 900px;
}

div.catch h3 {
	background-color: #20366c;
	box-sizing: border-box;
	color: #f1eddd;
	font-size: 26px;
	left: 0px;
	padding: 15px 0px 15px 50px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 470px;
}

div.catch ul.photo {
	display: table;
	padding: 40px 0px 50px 0px;
}

div.catch ul.photo li {
	display: table-cell;
}

div.catch ul.photo li:nth-child(2) {
	padding: 0px 45px;
}

div.catch div.text {
	display: inline-block;
	padding: 30px 40px 0px 0px;
	vertical-align: top;
	width: 450px;
}

div.catch div.text p {
	font-size: 18px;
}

div.catch div.img {
	padding: 30px 0px 60px 0px;
	text-align: center;
}

/***********************************************************************/
table.list-table {
	background: url(images/border_dotted.svg) repeat-x left top;
	background-size: 12px;
}

table.list-table tr {
	background: url(images/border_dotted.svg) repeat-x left bottom;
	background-size: 12px;
}

table.list-table th {
	padding: 25px 30px;
	vertical-align: middle;
	width: 30%;
}

table.list-table td {
	padding: 25px 30px;
}

/***********************************************************************/
table.form-table {
	width: 100%;
}

table.form-table tr {
	background: url(images/border_dotted.svg) repeat-x left bottom;
	background-size: 12px;
}

table.form-table tr:last-child {
	background: none;
}

table.form-table th {
	padding: 40px 30px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

table.form-table td {
	padding: 30px 30px;
}

table.form-table td.m {
	padding: 32px 0px 32px 10px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #20366c;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table td table th {
	border: none;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	width: 10%;
}

table.form-table td table td {
	border: none;
	padding: 0px;
}

table.form-table td span.comment,
table.form-table td ul.notelist {
	display: block;
	font-size: 85%;
	margin-top: 10px;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	border: 1px solid #707070;
	color: #707070;
	font-size: 100%;
	margin: 1px 0px;
	padding: 10px;
}

table.form-table input[type=checkbox] {
	font-size: 100%;
	height: 20px;
	margin: 1px 20px 1px 0px;
	width: 20px;
}

table.form-table td input {
	margin-right: 10px;
}

table.form-table td label {
	display: block;
}

table.form-table textarea {
	font-family: inherit;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 500;
	width: 95%;
}

input.radio,
input.checkbox {
	background-color: transparent;
	border: none;
	padding: 0px;
}

input.submit {
	background: #d6ad06 url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 10px;
	color: white;
	cursor: pointer;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0px auto;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

body#form table.form-table th,
body#form table.form-table td {
	padding-bottom: 20px;
	padding-top: 20px;
}

body#form table.form-table td table th,
body#form table.form-table td table td {
	padding-bottom: 0px;
	padding-top: 0px;
}

/***********************************************************************/
ul.case-list {
	margin: 0px auto;
	width: 940px;
}

ul.case-list li {
	display: inline-block;
	padding: 10px 10px 20px 10px;
	width: 270px;
}

ul.case-list li:nth-child(3n+2) {
	padding: 10px 35px 10px 35px;
}

ul.case-list li a {
	display: block;
	text-decoration: none;
}

ul.case-list li a span.img {
	display: block;
	text-align: center;
}

ul.case-list li a span.img img {
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.52);
}

ul.case-list li a span.text {
	display: block;
	line-height: 1.6em;
	padding: 20px 10px 0px 10px;
}

ul.case-list li a span.text span.category {
	display: block;
	padding-bottom: 10px;
}

ul.case-list li a span.text strong {
	display: block;
	min-height: 80px;
}

div.category {
	text-align: center;
}

div.category span {
	margin: 0px 3px;
}

div.category span a {
	color: white;
	display: inline-block;
	font-weight: 600;
	padding: 5px 20px;
	text-decoration: none;
}

ul.case-list li a span.text span.category span {
	color: white;
	padding: 5px 20px;
}

ul.case-list li a span.text span.category span.clothes,
div.category span.clothes a {
	background-color: #20710c;
}

ul.case-list li a span.text span.category span.dress,
div.category span.dress a {
	background-color: #cc0d3a;
}

ul.case-list li a span.text span.category span.bag,
div.category span.bag a {
	background-color: #ce6904;
}

ul.case-list li a span.text span.category span.accessory,
div.category span.accessory a {
	background-color: #d6ad06;
}

ul.case-list li a span.text span.category span.denim,
div.category span.denim a {
	background-color: #21366d;
}

/***********************************************************************/
ul.blog-list {
	margin: 0px auto;
	padding: 30px 0px;
	width: 920px;
}

ul.blog-list li {
	padding-bottom: 40px;
}

ul.blog-list li a {
	display: block;
	text-decoration: none;
}

ul.blog-list li a span.img {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

ul.blog-list li a span.img img {
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0, 0.52);
}

ul.blog-list li a span.text {
	display: table-cell;
	padding: 30px 0px 30px 40px;
	width: 100%;
}

ul.blog-list li a span.text span.date {
	padding-left: 20px;
}

ul.blog-list li a span.text strong {
	border-bottom: 2px solid #707070;
	display: block;
	padding: 15px 0px 5px 0px;
}

ul.blog-list li a span.text span.detail {
	display: block;
	padding: 10px 0px;
}

ul.blog-list li a span.text span.category span {
	color: white;
	padding: 5px 20px;
}

ul.blog-list li a span.text span.category span.remake,
div.category span.remake a {
	background-color: #239a97;
}

ul.blog-list li a span.text span.category span.voice,
div.category span.voice a {
	background-color: #d6ad06;
}

ul.blog-list li a span.text span.category span.oldcloth,
div.category span.oldcloth a {
	background-color: #540e82;
}

ul.blog-list li a span.text span.category span.new-item,
div.category span.new-item a {
	background-color: #cc0d3a;
}

ul.blog-list li a span.text span.category span.diary,
div.category span.diary a {
	background-color: #20710c;
}

ul.blog-list li a span.text span.category span.lesson,
div.category span.lesson a {
	background-color: #a31e75;
}

ul.blog-list li a span.text span.category span.denim,
div.category span.denim a {
	background-color: #21366d;
}

ul.blog-list li a span.text span.category span.news,
div.category span.news a {
	background-color: #ce6904;
}

div.page {
	padding-top: 50px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0px 10px;
}

div.page a.page-numbers {
	background-color: #20366c;
	border: 1px solid #20366c;
	color: white;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	border: none;
}

div.page a.next {
	background: #20366c url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 6px;
	padding: 13px 80px 13px 70px;
}

div.page a.prev {
	background: #20366c url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 6px;
	padding: 13px 70px 13px 80px;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #20366c;
	color: #20366c;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

body#single div.category {
	padding-top: 5px;
	text-align: center;
}

body#single div.category span a {
	color: white;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 40px;
	text-align: center;
}

body#single p.date {
	padding-top: 20px;
	text-align: center;
}

body#single div.img {
	margin: 0px auto;
	text-align: center;
	width: 600px;
}

body#single div.img img {
	height: auto;
	max-width: 100%;
}

body#single div.body h2 {
	background: url(images/h2line.svg) no-repeat left bottom;
	background-size: 90px;
	font-size: 28px;
	margin-bottom: 20px;
	padding: 20px 0px 15px 0px;
	text-align: left;
}

body#single div.body figure {
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}

body#single div.body figure figcaption {
	margin-top: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	margin: 0px auto;
	padding: 30px 0px;
}

body#single div.body p {
	margin: 30px 0px;
}

body#single div.body ul {
	line-height: 1.5em;
	margin: 20px auto;
}

body#single div.body ul li {
	background: url(images/ul_list_li.png) no-repeat 10px 15px;
	display: block;
	padding: 7px 0px 7px 30px;
}

body#single div.body table td {
	border-bottom: 1px solid #20366c;
	border-top: 1px solid #20366c;
	padding: 10px 20px;
}

body#single div.body strong {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0px 5px;
}

body#single div.body a {
	color: #1494f6;
}

body#single div.body a.link-btn {
	color: white;
}

 body#top div.category,
 body#archive div.category {
	border-top: 1px solid #20366c;
	margin: 0px auto;
	padding: 70px 50px 10px 50px;
	width: 900px;
}

/***********************************************************************/
#header-text h1 {
	color: white;
	font-size: 16px;
	padding: 10px 0px;
}

#title #header-text {
	background-color: white;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}

#title h1,
#title a {
	margin: 0px auto;
	padding: 30px 0px 30px 50%;
	text-align: left;
}

body#single #title a,
body#archive #title a {
	display: block;
	margin: 0px auto;
	padding: 30px 0px 30px 50%;
	text-align: left;
}

div.main {
	margin: 0px auto;
	width: 1200px;
}

div.main-c {
	margin: 0px auto;
	width: 1100px;
}

div.main-s {
	margin: 0px auto;
	width: 900px;
}

div.bg-beige {
	background-color: #f1eddd;
	padding: 30px 0px;
}

#fcontact {
	background: #20366c url(images/fcontact_bg.png) no-repeat center top;
	background-size: cover;
	padding: 50px 0px;
}

#fcontact div.text {
	font-size: 18px;
	margin: 0px auto;
	padding: 15px 0px 5px 0px;
	width: 650px;
}

#fcontact div.text p {
	color: white;
}

#footernav {
	background-color: #d6ad06;
	padding: 15px 0px;
}

#footernav ul {
	margin: 0px;
	text-align: center;
}

#footernav ul li {
	border-left: 1px solid #fffbf2;
	display: inline;
	text-align: center;
}

#footernav ul li:last-child {
	border-right: 1px solid #fffbf2;
}

#footernav ul li a {
	color: #fffbf2;
	font-size: 16px;
	line-height: 1em;
	padding: 0px 25px;
	text-decoration: none;
}

#footernav ul li a:hover {
	text-decoration: underline;
}

#footer #logo {
	padding: 80px 0px 20px 0px;
	text-align: center;
}

#footer #tel {
	font-size: 28px;
	line-height: 1.4em;
	text-align: center;
}

#footer #tel span.mark {
	font-size: 22px;
	padding-right: 5px;
	vertical-align: middle;
}

#footer address {
	font-size: 16px;
	font-style: normal;
	text-align: center;
}

#footer p.time {
	font-size: 16px;
	text-align: center;
}

#footer #copyright {
	font-size: 13px;
	margin: 0px;
	padding: 50px 0px 10px 0px;
	text-align: center;
}

#pagetop {
	bottom: 10px;
	position: fixed;
	right: 10px;
}

#pagetop a {
	display: block;
}

