@charset "utf-8";

/* **************************************************

節税パソコンキャンペーン CSS

Copyright (c) Dospara Co., Ltd. All rights reserved. 

***************************************************** */


/* content===========================================

[1] Base Setting
[2] Page Top
[3] Model
[4] Campaign List
[5] point List
[6] Hojin Box
===================================================== */


/* 1: Base Setting
=========================================================================================== */
.column2R #main {
	float: none;
	width: auto;
}

#pageWrap {
	width: 970px;
	margin: 0px auto;
}

h2 {
	font-size:20px;
	font-weight:normal;
	color:#01489e;
}

h2 strong {
	font-size:36px;
	color:#01489e;
	display:inline-block;
	margin:0 20px 0 0;
}


@media screen and (max-width:479px){	
	#container {
		margin-bottom: 0px;
	}
	
	.column2R #main {
		width: 98%;
		margin-left: 1%;
	}
	
	#pageWrap {
		width: 100%;
		margin: 0px;
		font-size: 1.0em;
	}
	
	#pageWrap #titleImg img {
		width: 100%;
	}
	
	#pageWrap .breadCrumb {
		line-height: 130%;
	}

	h2 {
		font-size: 14px;
	}
	
	h2 strong {
		font-size:24px;
		display:block;
		margin:0;
	}
}


/* 2: Page Top
=========================================================================================== */
#pageTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 50px;
}

#pageWrap #pageTop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

#pageTop a:hover {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:479px){
	#pageTop {
		bottom: 0px;
		right: 10px;
	}
}


/* 3: Model
=========================================================================================== */

#officeModel {
	margin:50px 0 100px;
}

.cautionText {
	font-size:105%;
}

.modelList {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;	
}

.modelList a {
	width:33%;
	float:left;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-decoration:none;
}

.modelList a:nth-child(3n) {
	width: 33.69%;
}

.modelList li img {
	height:250px;
	margin:0 0 0 -50px;
}

.modelList li .name {
    font-size: 20px;
	font-weight:bold;
	color:#000;
	line-height: 1.4;
}

.modelList li .price {
    font-size: 28px;
	font-weight:bold;
	color:#ff0000;
}

.modelList li .price i {
    font-size: 18px;
	font-style:normal;
}

.modelList li .spec {
	color: #666;
    font-size: 14px;
	text-align:left;
	padding:0 0 0 15px;
}

.modelList li .spec span {
	color: #666;
}

.modelList li .productBtn {
    background: #fa8c32;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	display:inline-block;
	padding:10px 30px 10px 40px;
	margin:10px 0 30px;
}

.modelList li .productBtn:after {
	content: '>';
	padding:0 0 0 10px;
}

#pageWrap .modelList a {
	opacity: 1;
 	filter: alpha(opacity=100);
 	-ms-filter: "alpha(opacity=100)";
	transition: all 0.3s ease-in-out 0s;
}

#pageWrap .modelList a:hover {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}

.column2 a,
.column2 a:nth-child(3n) {
  width: 49.85%;
}

@media screen and (max-width:479px){

	.modelList {
		border-top: none;
		border-left:none;
	}
	.modelList a {
		width: 100%;
		float: none;
		border-right: none;
	}
	.modelList li {
		border-bottom: 1px solid #ccc;
	}

}




/* 4: Campaign List
=========================================================================================== */

.otherCamp {
	margin:80px 0 0;
}

.otherCamp h4#saleLineup {
	font-size:18px;
}


/* こっからしたはclearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear:both;
}


/* 5: point List
=========================================================================================== */

.point {
	border: 1px solid #ccc;
	float: left;
	height: 200px;
	width: 29%;
    padding: 20px 2%;
}

.border {
	border-right: none;
	border-left: none;
}

.point dt {
	color: #02489E;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
}

.point dt span {
    font-size: 18px;
}

.point dd {
	margin: 10px 0;
	text-align: center;
}

.office_logo {
	text-align: left;
    margin: 7px 0 0 58px;
}

@media screen and (max-width:479px){

	.point {
		border: none;
		border-bottom: 1px solid #ccc;
		float: none;
		height: auto;
		width: 96%;
		padding: 20px 2%;
	}
	
	.point dd {
		margin: 10px 0;
		text-align: center;
	}
	
	.point dd img {
		width: 50% !important;
	}
	
	.office_logo {
		width: 100%;
	}
	.office_logo img{
		display:block;
		float:left;
	}
	
}



/* 6: Hojin Box
=========================================================================================== */

.b_contact_area {
    background-color: #0062b0;
    margin: 25px 0;
    padding: 8px 0;
}
.b_contact_con {
    background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
    padding: 10px 0;
    width: 950px;
	text-align:center;
}
.b_contact_con span {
    font-size: 22px;
    margin: 0 0 0 10px;
}
.b_contact_con li {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}
.b_contact_con li:nth-child(2) {
    padding-top: 10px;
}
.b_contact_con li:nth-child(3) {
    padding-left: 50px;
    padding-top: 10px;
}
.b_contact_con img {
    width: 160px;
}
.b_contact_three {
    margin: 5px 0;
    text-align: center;
}
.b_contact_three p {
    font-size: 20px;
}
.b_contact_left {
    background-color: #c3e6f8;
    border-radius: 8px;
    display: inline-block;
    height: 135px;
    margin-right: 10px;
    padding: 15px 20px 25px;
    text-align: center;
    vertical-align: top;
    width: 270px;
}
.b_contact_left img {
    width: 270px;
}
.b_contact_left p {
    font-size: 26px;
}
.b_contact_three a {
    text-decoration: none;
}
.b_contact_center {
    background-color: #c3e6f8;
    border-radius: 8px;
    display: inline-block;
    height: 135px;
    margin-right: 10px;
    padding: 15px 20px 25px;
    text-align: center;
    vertical-align: top;
    width: 210px;
}
.b_contact_center:hover {
    background-color: #d2eaf6;
}
.b_contact_center img {
    margin: 10px 0 8px;
    width: 76px;
}
.b_contact_center p {
    color: #333;
    font-size: 26px;
}
.b_contact_right {
    background-color: #c3e6f8;
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
    padding: 13px 20px 0;
    vertical-align: top;
    width: 165px;
}
.b_contact_right:hover {
    background-color: #d2eaf6;
}
.b_contact_right img {
    margin: 19px 0 9px;
    width: 90px;
}
.b_contact_right a {
    font-size: 14px;
}
.b_contact_right p {
    border: 1px none;
    color: #333;
    font-size: 22px;
    line-height: 100%;
}

@media screen and (max-width:479px){

	.b_contact_con {
		width: 100%;
	}

	.b_contact_left {
		margin: 10px 0;
		padding: 10px;
		width: 80%;
		height: auto;
	}
	
	.b_contact_center {
		margin: 10px 0;
		padding: 10px;
		width: 80%;
		height: auto;
	}
	
	.b_contact_right {
		margin: 10px 0;
		padding: 10px;
		width: 80%;
		height: auto;
	}

}

/*-------------------------------------
　キャンペーン重複非表示
---------------------------------------*/
.campbnr_tax-saving-pc {
	display:  none;
}

