@charset "utf-8";
/* Global Styles */

body {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #321a06;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 100%;
	font-size: 18px;
	background: #f5f5f5;
}
/* Base link  */
a { color:#318bca;}
a:hover { text-decoration: none;}

section > article > div.box_right > p > a { text-decoration: underline; color:#ec690e !important;}
section > article > div.box_right > p > a:hover { text-decoration: none; !important;}

/* common */
.PC {
	display: block;
}
.SP {
	display: none;
}
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}
.ta_C {
	text-align: center;
}
.ta_R {
	text-align: right;
}
.ta_L {
	text-align: left;
}
.img {
	max-width: 100%;
}
.bold {
	font-weight: bold;
}
.disp_b {
	display: block;
}
.mt_20 {
	margin-top: 20px;
}
.mt_40 { margin-top: 40px;}

.mr_0 { margin-right: 0;}
.ml_0 { margin-left: 0;}
.mb_100 {
	margin-bottom: 100px;
}
.link:after {
	content: url(/user_data/packages/default/img/img_bizkura/icopc_arrow.png);
	vertical-align: bottom;
	background-size: 15px 15px;
	padding-left: 15px;
}

article.border {
	border-bottom: solid 1px #ccc;
	display: block;
	margin: 20px 0;
	padding: 20px 0;
	width: 100%;
}

/*.section1_bizwonder > div > div.section1Content > h2.sectionTitle { margin-top: 55px;}*/

.section1 > div > div.section1Content > p { display: block; width: 55%; margin: 0 auto;}
#bizkagu > div > div.section1Content > p { display: block; width: 55%; margin: 0 auto;}
.section1_bizwonder > div > div.section1Content > p { display: block; width: 75%; margin: 0 auto;}

.section1_bizwonder > div > div.section1Content { margin: 20px auto;}

h3 {
	display: inline-block;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fcfd0b 10%) repeat scroll 0 0;
	font-size: 27px;
	padding: 0 10px;
}
h4 {
	display: inline-block;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fc6f0a 10%) repeat scroll 0 0;
	font-size: 32px;
	padding: 0 10px;
	margin: 5px 0 0 0;
}
h4.subttl {
	    padding: 10px;
    border-bottom: double 4px #EF782B;
    border-top: double 4px #EF782B;
    font-size: 1.1em;
    font-weight: bold;
	background: none;
margin: 0 auto;
    text-align: center;
    width: 100%;
}
h5 {
	display: none;
}


/* Button */
.btn_outer {
	text-align: center;
	margin: 10px auto;
}
.btn {
 transition: 0.5s;
	display: inline-block;
	background-color: #ec690e;
	padding: 0 10px;
	border: solid 1px #ec690e;
	height: 70px;
	color: #fff;
	border-radius: 5px;
	width: 340px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0px 3px 0px 0px #975628;
}
.btn:hover {
	background: #f59d72;
	border: solid 1px #f59d72;
	box-shadow: 0px 3px 0px 0px #c26f34;
	transition: 0.5s;}
.btn:after {
	content: ">";
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding-left: 30px;
}
/* Header */
header {
	text-align: center;
	display: block;
	background: #ffffff;
	margin: 0 0 25px 0;
	padding: 20px auto;
}
header h1 {
	margin: 0 0;
	/*padding: 15px;*/
}
header .profileLogo .logoPlaceholder {
	background-color: #333333;
	width: 187px;
	text-align: center;
}
header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
header .profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}
header .profileHeader h3 {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
hr {
	background-color: #333333;
	height: 1px;
}
header .profileHeader p {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
	cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav img:hover {
	opacity: 0.5;
}
/* header logo */
h1.header_logo img {
	text-align: center;
	padding: 10px;
}
/* Main Content sections */
.section1_outer {
	background: #ffffff !important;
}


/* Biz蔵 */
.mainContent .section1,.mainContent{
	display: block;
	height: 513px;
	background-color: #ffffff !important;
	background: url(/user_data/packages/default/img/img_bizkura/imgpc_topleft.png) no-repeat left;
	background-size: contain;
}
.mainContent .section1 .section1_inner{
	overflow: hidden;
	height: 513px;
	background: url(/user_data/packages/default/img/img_bizkura/imgpc_topright.png) no-repeat right;
	background-size: contain;
}

/* Biz家具 */
.mainContent .section1_bizkagu{
	display: block;
	height: 466px;
	background-color: #ffffff !important;
	background: url(/user_data/packages/default/img/img_bizkagu/imgpc_topleft.png) no-repeat left;
	background-size: contain;
}
.mainContent .section1_bizkagu .section1_inner {
	overflow: hidden;
	height: 466px;
	background: url(/user_data/packages/default/img/img_bizkagu/imgpc_topright.png) no-repeat right;
	background-size: contain;
}


/* Bizウェア */
.mainContent .section1_bizwear {
	display: block;
	height: 513px;
	background-color: #ffffff !important;
	background: url(/user_data/packages/default/img/img_bizwear/imgpc_topleft.png) no-repeat left;
	background-size: contain;
}
.mainContent .section1_bizwear .section1_inner {
	overflow: hidden;
	height: 513px;
	background: url(/user_data/packages/default/img/img_bizwear/imgpc_topright.png) no-repeat right;
	background-size: contain;
}

/* Bizワンダーランド */
.mainContent .section1_bizwonder {
	display: block;
	height: 513px;
	background-color: #ffffff !important;
	background: url(/user_data/packages/default/img/img_bizwonder/imgpc_topleft.png) no-repeat left;
	background-size: contain;
}
.mainContent .section1_bizwonder .section1_inner {
	overflow: hidden;
	height: 513px;
	background: url(/user_data/packages/default/img/img_bizwonder/imgpc_topright.png) no-repeat right;
	background-size: contain;
}

.mainContent .section1 {
	border: solid 4px #4b4e9f !important;
}

.mainContent .section1_bizkagu {
	border: solid 4px #623518 !important;
}

.mainContent .section1_bizwear {
	border: solid 4px #009746 !important;
}

.mainContent .section1_bizwonder {
	border: solid 4px #83559F !important;
}

.section2_outer {
	background: #fff;
	border: solid 1px #cccccc;
	padding: 25px;
	max-width: 100%;
	margin: 44px auto;
}
.cardboard {
	overflow: hidden;
	background: url(/user_data/packages/default/img/img_bizkura/img_footer.png) no-repeat bottom right;
	background-size: contain;
	background-size: 500px;
}
.section2_outer article .box_left {
	float: left;
	width: 30%;
	;
}
.section2_outer article .box_left > img {
	max-width: 100%;
}
.section2_outer article .box_left > img.thumbnail {
	width: 220px;
}
.section2_outer article .box_right {
	float: right;
	width: 60%;
	line-height: 1.8em;
}
.section3_outer {
	margin: 13px auto !important;
	padding: 10px !important;
	background: #ffffff;
	border: solid 1px #cccccc;
}
.section3_outer ul li {
	font-size: 14px;
	list-style-type: none;
	display: inline-block;
	width: 143px;
	min-height: 233px;
	margin-right: 23px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}
.section3_outer ul li:nth-child(6) {
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #cccccc;
	min-height: 1px !important;
}
.section3_outer ul li p.pict {
	width: 143px;
	height: 143px;
	text-align: center;
	background: #ffffff;
	border: solid 1px #e6e6e6;
	padding: 5px;
}
.section3_outer ul li p.pict a img {
	height: 140px;
}
.section3_outer ul li:nth-child(5) {
	margin-right: 0;
}
h2.sectionTitle {margin-top: 95px;}
.section1 .sectionTitle, .section2 .sectionTitle,.section1_bizkagu .sectionTitle,.section1_bizwonder .sectionTitle, .section2 .sectionTitle, .section1_bizwear .sectionTitle, .section2 .sectionTitle {
	text-align: center;
}
.section1 .sectionTitle > img, .section2 .sectionTitle > img,.section1_bizkagu .sectionTitle > img,.section1_bizwonder .sectionTitle > img, .section2 .sectionTitle > img, .section1_bizwear .sectionTitle > img {
	max-width: 362px;
}
.section1 .sectionTitleRule,.section2 .sectionTitleRule,.section1_bizkagu .sectionTitleRule, .section2 .sectionTitleRule,.section1_bizwear .sectionTitleRule,.section1_wonder .sectionTitleRule, {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2,.section1_bizkagu .sectionTitleRule2, .section2 .sectionTitleRule2, .section1_bizwear .sectionTitleRule2,.section1_bizwonder .sectionTitleRule2 {
	background-color: #333333;
	height: 1px;
	padding: 0px;}

.section1Content {
	font-family: ProximaNova;
	font-weight: 100;
	color: #333333;
	width: auto;
/*	margin-left: 190px;
	margin-right: 190px;*/
	line-height: 1.8em;
}
.section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	background: #f5f5f5;
	max-width: 980px;
}

/* Goods List */
#goods ul {
	letter-spacing: -0.4em;
	word-spacing: 0.1em;
}/*改行コードスペースによるカラム落ち回避*/
#goods ul li {
	display: inline-block;
	letter-spacing: normal;
    word-wrap: break-word;
}

.section3_outer {
	margin: 13px auto !important;
	padding: 10px !important;
}
.section3_outer ul li {
	font-size: 14px;
	list-style-type: none;
	display: inline-block;
	width: 143px;
	min-height: 233px;
	margin-right: 23px;
	margin-bottom: 30px;
	text-align: left;
	vertical-align: top;
}
.section3_outer ul li p.pict {
	width: 143px;
	height: 143px;
	text-align: center;
	background: #ffffff;
	border: solid 1px #e6e6e6;
	padding: 5px;
}
.section3_outer ul li p.pict a img {
	height: 140px;
}

/* Banner list */
ul.float {
	width: 100%;
	margin: auto;
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
}
ul.float li {
	float: left;
	width: 31.33333%;
	padding: 0;
	margin: 1%;
	box-sizing: border-box;
}
ul.float li .text {
	text-align: left;
}
ul.float li a img {
	max-width: 100%;
}

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
	margin-top: 40px;
	font-size: 14px;
}


/* Media query for Mobile devices*/
@media only screen and (max-width : 750px) {
body {
	font-size: 15px !important;
}
.PC {
	display: none !important;
}
.SP {
	display: block !important;
}
h2.sectionTitle {margin-top: 60px !important;}

h3 {
	display: inline-block !important;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fcfd0b 10%) repeat scroll 0 0 !important;
	font-size: 18px !important;
	padding: 0 0 !important;
	margin: 0 0 !important;
}
h4 {
	display: inline-block !important;
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fc6f0a 10%) repeat scroll 0 0 !important;
	font-size: 18px !important;
	padding: 0 0 !important;
	margin: 0 0 !important;
}
h4.subttl {
	background: none !important;
	margin: 20px auto 10px auto !important;
	font-size: 80% !important;
}
.border {
	margin: 20px 0 !important;
}
	

/*.section1_bizwonder > div > div.section1Content > h2.sectionTitle { margin-top: 40px !important;}*/

.section1 > div > div.section1Content > p { display: block; width: 75%; margin: 0 auto;}
#bizkagu > div > div.section1Content > p { display: block; width: 75%; margin: 0 auto;}

.section1_bizwonder > div > div.section1Content { margin: 10px auto !important;}

/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
	margin-top: 10%;
}
header .profileHeader p {
	text-align: justify;
}
header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
	margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;
}
h1.header_logo {
	text-align: center !important;
}
h1.header_logo img {
	max-width: 120px !important;
	position: absolute;
	top: 4px;
	left: 35%;
}
/* btn */
.btn {
	width: 300px !important;
	font-size: 15px;
}
/* Main content sections */
.mainContent { width: 95% !important; margin: 0 auto !important;}
.mainContent .section1 {
	display: block;
	font-size: 15px !important;
	background-color: #ffffff !important;
	border: solid 4px #4b4e9f;
	background: url(/user_data/packages/default/img/img_bizkura/img_topleft.png) no-repeat left;
	background-size: 35%;
}
.mainContent .section1 .section1_inner, .mainContent .section1_bizwear .section1_inner {
	overflow: hidden;
	font-size: 15px !important;
	/*background: url(/user_data/packages/default/img/img_bizkura/img_topright.png) no-repeat right;*/
	background-size: 35%;
}
/* Biz家具 */
.mainContent .section1_bizkagu{
	background: url(/user_data/packages/default/img/img_bizkagu/img_topleft.png) no-repeat left !important;
	background-size: contain !important;
}
.mainContent .section1_bizkagu .section1_inner {
	background: url(/user_data/packages/default/img/img_bizkagu/img_topright.png) no-repeat right !important;
	background-size: contain !important;
}
/* Bizウェア */
.mainContent .section1_bizwear{
	background: url(/user_data/packages/default/img/img_bizwear/img_topleft.png) no-repeat left !important;
	background-size: contain !important;
}
.mainContent .section1_bizwear .section1_inner {
	background: url(/user_data/packages/default/img/img_bizwear/img_topright.png) no-repeat right !important;
	background-size: contain !important;
}

/* Bizワンダーランド */
.mainContent .section1_bizwonder{
	background: url(/user_data/packages/default/img/img_bizwonder/img_topleft.png) no-repeat left !important;
	background-size: contain !important;
}
.mainContent .section1_bizwonder .section1_inner {
	background: url(/user_data/packages/default/img/img_bizwonder/img_topright.png) no-repeat right !important;
	background-size: contain !important;
}
	
.mainContent .section1_bizwear .section1_inner {
}

.section2_outer article .box_left {
	float: none !important;
	width: 100%;
}
.section2_outer article .box_left > img {
	max-width: 100%;
}
.section2_outer article .box_left > img.thumbnail {
	width: 200px !important;
}
.section2_outer article .box_right {
	float: none !important;
	width: 100% !important;
	margin-right: 0 !important;
	line-height: 1.8em;
}
.section2_outer {
	margin: 13px auto !important;
	padding: 10px !important;
}
section.section2_outer.cardboard > div {
	line-height: 1.8em;
}
.section3_outer ul {
	margin: 0 0;
	padding: 0 0;
	vertical-align: top;
}
.section3_outer ul li {
	width: 41%;
	margin-top: 0;
	margin: 0 12px !important;
}
.section3_outer ul li:nth-child(odd) {
	vertical-align: top;
	margin-right: 8%;
	margin-bottom: 0;
}
.section3_outer ul li p.pict {
	width: 100%;
}
.section3_outer ul li p.pict a img {
	max-width: 100%;
}
.section1 .section1Title, .section2 .section1Title,.section1_bizkagu .section1Title, .section2 .section1Title,.section1_bizwear .section1Title,.section1_bizwonder .section1Title, {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule,.section1_bizkagu .sectionTitleRule, .section2 .sectionTitleRule,.section1_bizwear .sectionTitleRule,.section1_bizwonder .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2,.section1_bizkagu .sectionTitleRule2, .section2 .sectionTitleRule2,.section1_bizwear .sectionTitleRule2,.section1_bizwonder .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content,.mainContent .section1_bizkagu .section1Content,.mainContent .section1_bizwear .section1Content,{
	margin-left: 90px !important;
	margin-right: 90px !important;
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
font-size: 14px;
}
.mainContent .section1_bizwonder .section1Content { margin: 0 auto !important;}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Contents CSS */
/* Section1 */
.section1 .sectionTitle > img,.section1_bizkagu .sectionTitle > img, .section1_bizwear .sectionTitle > img, .section1_bizwonder .sectionTitle > img {
	max-width: 70%;
}
	
/* Banner CSS */
ul.float li {
	width: 99% !important;
}
ul.float li .text {
	text-align: center !important;
}

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
	margin-top: 40px;
	font-size: 14px;
}
}
