@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/
.column .column_wp {
	width: 900px;
	margin: 0;
	color: #333;
}
.column .main_img {
	width: 940px;
	margin: 0 -20px 40px;
}
.column h3 {
    margin-bottom: 20px;
    font-size: 180%;
    font-weight: bold;
}
.column h4 {
    margin-bottom: 20px;
    font-size: 160%;
    font-weight: bold;
}
.column h5 {
    margin-bottom: 20px;
    font-size: 140%;
    font-weight: bold;
}
.column h6 {
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
}
.column p,
.column ul,
.column ol,
.column dl,
.column table {
	margin-bottom: 40px;
	font-size: 120%;
	line-height: 2.0;
}
.column ul,
.column ol {
	margin-left: 20px;
}
.column ul li {	list-style-type: disc; }
.column ol li { list-style-type: decimal; }

.column table {
	width: 100%;
}
.column table th,
.column table td {
	padding: 10px 15px;
	vertical-align: middle;
	border: 1px solid #CCC;
}
.column figure {
	margin: 0 0 40px;
	text-align: center;
}
.column strong {
	font-weight: bold;
}
.column img {
	max-width: 100%;
	height: auto;
}
.column hr {
	clear: both;
	width: 563px;
	height: 4px;
	padding: 20px 0 60px;
	background: url(men_women_line01.png) no-repeat center 20px;
	border: none;
}
.column .layout01 figure {
	float: left;
	width: 44.4444%;
}
.column .layout01 .box {
	float: right;
	width: 51.1111%;
}
.column .layout02 figure {
	float: right;
	width: 44.4444%;
}
.column .layout02 .box {
	float: left;
	width: 51.1111%;
}
.column .syufulabo {
	padding: 30px 30px 0px 30px;
	border: 3px double #EB5A20;
	margin-bottom: 40px;
}
.column .syufulabo .left_logo {
	float: left;
	margin-right: 20px;
}
.column .syufulabo .right_txt {
	overflow: hidden;
	font-size: 90%;
}
.column .syufulabo .right_txt h4 {
	margin-bottom: 10px;
}
/* しあわせ北海道生活 */
.column .frame01 {
	margin-bottom: 40px;
	padding: 20px 30px 0;
	border: 3px dotted #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .frame01 h4 {
	padding-bottom: 5px;
	border-bottom: 3px double #CCC;
}
.column .frame01 h4 span {
	font-size: 80%
}
.column .frame01 h4 span:before {
	content: "（";
}
.column .frame01 h4 span:after {
	content: "）";
}
.column .frame01 h5 {
	margin-bottom: 5px;
	font-size: 130%;
}
.column .frame01 figure {
	margin-bottom: 20px;
}
.column .frame02 {
	margin-bottom: 40px;
	padding: 20px 30px 0;
	border: 3px dotted #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .frame02 h4 {
	padding-bottom: 5px;
	border-bottom: 3px double #CCC;
}
.column .frame02 figure {
	margin-bottom: 20px;
}

/* しあわせ北海道生活 */
.column .frame03 {
	margin-bottom: 40px;
	padding: 0 30px;
	border: 3px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .frame03 h4 {
	margin-left: -30px;
	margin-right: -30px;
	padding: 5px 20px;
    font-size: 140%;
	color: #FFF;
	background-color: #999;
}
.column .frame03 figure {
	width: 25.5555%;
	margin-bottom: 20px;
}
.column .frame03 .box {
	width: 70%;
}
.column .frame03 p, 
.column .frame03 ul {
	margin-bottom: 20px;
	font-size: 110%;
}
.column .present {
	margin-bottom: 40px;
	padding: 20px 30px 0;
	border: 3px double #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .present figure {
	margin-bottom: 20px;
}

/* 男と女どうしてこうなの？ */
.column .profile .layout01 figure {
	width: 25.5555%;
}
.column .profile .layout01 .box {
	width: 70%;
}
.column mark {
	background: #FFDDDD;
	background: -moz-linear-gradient(transparent 60%, #FFDDDD 60%); /* FF3.6+ */
	background: -webkit-gradient(transparent 60%, #FFDDDD 60%); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(transparent 60%, #FFDDDD 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(transparent 60%, #FFDDDD 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(transparent 60%, #FFDDDD 60%); /* IE10+ */
	background: linear-gradient(transparent 60%, #FFDDDD 60%);
}
.column .female th {
	background: #FFDDDD;
}
.column .male th {
	background: #D2EEFF;
}
.column .female_title {
	color: #ED497E;
}
.column .male_title {
	color: #0059B2;
}
.column .male_list {
	background: #D2EEFF;
	margin-left: 0;
	padding: 40px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.column .male_list li {
	margin-left: 40px;
	margin-right: 40px;
}

@media screen and (max-width: 767px){
.column .column_wp {
	width: auto;
}
.column .main_img {
	width: auto;
	margin: 0 0 30px;
}
.column h3 {
    font-size: 140%;
}
.column h4 {
    font-size: 130%;
}
.column h5 {
    font-size: 120%;
}
.column h6 {
    font-size: 110%;
}
.column p,
.column ul,
.column ol,
.column dl,
.column table {
    font-size: 110%;
}
.column table {
    font-size: 100%;
}
.column table th,
.column table td {
	padding: 10px 5px;
}
.column hr {
	width: 60%;
}
.column .layout01 figure {
	float: none;
	width: auto;
}
.column .layout01 .box {
	float: none;
	width: auto;
}
.column .layout02 figure {
	float: none;
	width: auto;
}
.column .layout02 .box {
	float: none;
	width: auto;
}
.column .syufulabo {
	padding: 20px 20px 0px 20px;
	border: 3px double #EB5A20;
	margin-bottom: 40px;
}
.column .syufulabo .left_logo {
	float: none;
	margin-right: 0px;
	margin-bottom: 10px;
}
/* しあわせ北海道生活 */
.column .frame01 {
	padding: 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .frame01 h4 span {
	margin-left: -0.5em;
	margin-right: -0.5em;
	display: block;
}
.column .frame01 h5 {
    font-size: 110%;
}
.column .frame01 p, 
.column .frame01 ol {
	margin-bottom: 20px;
	font-size: 100%;
}
.column .frame02 {
	padding: 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .frame02 p, 
.column .frame02 ol {
	margin-bottom: 20px;
	font-size: 100%;
}
.column .frame03 {
	padding: 0 20px 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .frame03 h4 {
	margin-left: -20px;
	margin-right: -20px;
	padding: 5px 20px;
    font-size: 120%;
}
.column .frame03 figure {
	width: auto;
}
.column .frame03 .box {
	width: auto;
}
.column .frame03 p, 
.column .frame03 ul {
	font-size: 100%;
}
.column .present {
	padding: 20px;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.column .present p {
	margin-bottom: 20px;
	font-size: 100%;
}

/* 男と女どうしてこうなの？ */
.column .profile .layout01 figure {
	width: auto;
}
.column .profile .layout01 .box {
	width: auto;
}
.column .male_list {
	padding: 30px 20px;
}
.column .male_list li {
	margin-left: 20px;
	margin-right: 0px;
}

}
@media screen and (max-width: 480px){
.column hr {
	width: 80%;
}
.column .male_list {
	padding: 30px 15px;
}
.column .male_list li {
	margin-left: 15px;
	margin-right: 0px;
}
}
