@charset "utf-8";
/*---------------------------------------------
    ページ内共通部分
---------------------------------------------*/

body {
	background-image: url("../common/img/bg01.png");
}

.setWidth {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.text-red {
	color: #cc0033;
}

.boxShadow_Content {
	box-shadow: 0px 0px 35px -5px #b5b5b5;
	max-width: 1000px;
	margin: auto;
	border-radius: 31px;
}

.provider_Table tr td {
	position: relative;
}

.gray_warning {
	display: block;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	text-align: right;
	padding: 0 30px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 20px;
}

/*---------------------------------------------
    パンくずリスト
---------------------------------------------*/

.pankuzu_inner {
	margin: 20px auto 25px auto;
}

.pankuzu_list {
	overflow: hidden;
}

.pankuzu_list li {
	float: left;
	font-size: 12px;
	line-height: 1.2;
}

.pankuzu_list li:not(:last-child)::after {
	content: ">";
	width: 24px;
	display: inline-block;
	text-align: center;
}

.pankuzu_list li a {
	border-bottom: solid 1px #000;
	display: inline-block;
}

/*---------------------------------------------
    詳細コンテンツ
---------------------------------------------*/

.detailContent_Title {
	color: #fff;
	background: #cc0033;
	height: 84px;
	line-height: 91px;
	padding: 0 45px;
	font-size: 30px;
	letter-spacing: 0.05em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	border-radius: 31px 31px 0 0;
}

.detailContent_wrapImage {
	background: #fff;
	padding: 50px 40px 0 40px;
}

.detailContent_wrapFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.detailContent_wrapFlex--L img {
	border: 2px solid #dedede;
}

.detailContent_wrapFlex--R {
	margin: 0 12px 0 0;
	position: relative;
	background: #fffbce;
	z-index: 1;
	width: 508px;
	overflow: hidden;
	border-radius: 10px;
}

.detailContent_wrapFlex--R:before {
	content: "";
	z-index: 1;
	position: absolute;
	border-bottom: 2px solid #eee9b0;
	width: 190px;
	top: 100px;
	left: 0;
}

.detailContent_img {
	/* padding: 0 12px 0 0; */
	background: #f5f5f5;
	float: right;
	width: 318px;
	text-align: center;
}

.detailContent_img img {
	width: 280px;
}

.detailContent_ten1,
.detailContent_ten2,
.detailContent_ten3,
.detailContent_ten4 {
	position: absolute;
	z-index: 1;
}

.detailContent_ten1 {
	top: 30px;
	font-weight: bold;
	font-size: 29px;
	left: 69px;
}

.detailContent_ten1 span {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2 {
	font-size: 14px;
	top: 75px;
	left: 146px;
	font-weight: bold;
}

.detailContent_ten2 span {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
}

.detailContent_ten2:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 30px;
	margin: auto;
	border-top: 2px solid #000;
	transform: rotate(-45deg);
}

.detailContent_ten3 {
	font-size: 28px;
	color: #333;
	text-align: center;
	width: 190px;
	top: 144px;
	font-weight: bold;
	/* display: inline-block; */
	margin-right: 24px;
}

.detailContent_ten4 {
	color: #cc0033;
	top: 165px;
	left: 0;
	width: 190px;
	font-weight: bold;
	text-align: center;
}

.detailContent_ten4 span {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
	font-size: 60px;
	margin-right: 6px;
}

.detailContent_img2 {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.detailContent_wrapFlex--L {
	padding: 0 0 0 10px;
}


.detailContent_wrapFlex--L img {
	border: 2px solid #dedede;
}

.detailContent_wrapList {
	background: #fff;
}

.detailContent_wrapList {
	overflow: hidden;
	padding: 18px 50px 18px 50px;
	box-sizing: border-box;
}

.detailContent_list__Single,
.detailContent_list__Double {
	float: left;
}

.detailContent_listFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.detailContent_BlackTitleSingle,
.detailContent_BlackTitle {
	background: #333333;
	color: #fff;
	text-align: center;
	font-weight: normal;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04,
.detailContent_list05 {
	border: solid 2px #333;
	border-radius: 10px;
	position: relative;
}

.detailContent_list01,
.detailContent_list02,
.detailContent_list03,
.detailContent_list04 {
	margin: 0 5px 0 0;
}

.detailContent_list01 {
	width: 297px;
}

.detailContent_list02 {
	width: 146px;
}

.detailContent_list03 {
	width: 146px;
}

.detailContent_list04 {
	width: 145px;
}

.detailContent_list05 {
	width: 145px;
}

.row4-pattern.detailContent_list01 {
	width: 377px;
}

.row4-pattern.detailContent_list02 {
	width: 168px;
}

.row4-pattern.detailContent_list03 {
	width: 168px;
}

.row4-pattern.detailContent_list04 {
	width: 168px;
	margin-right: 0;
}

.detailContent_listFlex--L,
.detailContent_listFlex--R {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.detailContent_listFlex--L {
	border-right: solid 2px #f5f5f5;
}

.detailContent_bottomYellowSingle,
.detailContent_bottomYellow {
	color: #cc0033;
	background: #fffbce;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
	border-radius: 0 0 12px 12px;
	height: 60px;
	padding: 10px 0 0 0;
}

.detailContent_listL--Text01 {
	border-bottom: dotted 1px #000;
	font-size: 12px;
	line-height: 1.25;
	padding: 12px 0 5px 0;
}

.detailContent_listL--Text02 {
	font-size: 12px;
	line-height: 1.25;
	padding: 8px 0 8px 0;
}

.detailContent_list__Double,
.detailContent_list__Single {
	color: #333333;
}

.detailContent_listL----getsugaku {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.detailContent_TextSingle {
	height: 128px;
}

.detailContent_list01 .detailContent_listFlex--L .detailContent_BlackTitle {
	border-radius: 7px 0 0 0;
}

.detailContent_list01 .detailContent_listFlex--R .detailContent_BlackTitle {
	border-radius: 0 7px 0 0;
}

.detailContent_BlackTitleSingle--2Row {
	line-height: 16px;
	padding: 5px 0 0 0;
}

.detailContent_BlackTitleSingle {
	border-radius: 7px 7px 0 0;
}

.detailContent_list02 .detailContent_TextSingle,
.detailContent_listR--Text01 {
	height: 128px;
	line-height: 137px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.detailContent_list02 .detailContent_TextSingle2 {
	height: 128px;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.028em;
	padding: 9px 8px 0 8px;
	box-sizing: border-box;
}


.detailContent_list03 .detailContent_TextSingle,
.detailContent_list04 .detailContent_TextSingle {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.028em;
	padding: 9px 8px 0 8px;
	box-sizing: border-box;
}

.detailContent_list05 .detailContent_TextSingle {
	height: 128px;
	line-height: 137px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.detailContent_wrapButton {
	background: #fff;
	text-align: center;
	padding: 11px 0 70px 0;
}

.detailContent_siteButton {
	background: #2caebd;
	color: #fff;
	width: 600px;
	height: 78px;
	display: inline-block;
	text-align: center;
	line-height: 78px;
	border-bottom: solid 4px #15747f;
	border-radius: 10px;
	font-size: 21px;
	letter-spacing: 0.1em;
	box-sizing: content-box;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	position: relative;
}

.detailContent_siteButton:hover {
	border-bottom-width: 0px;
	opacity: 0.9;
	border-top: solid 4px #fff;
}

.detailContent_siteButton::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	right: 26px;
	top: 30px;
}

.detailContent_siteButton::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #2caebd #2caebd transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 32px;
	top: 35px;
}

.detailContent_firstRank {
	position: absolute;
	width: 34px;
	height: 34px;
	background: #cc0033;
	color: #fff;
	line-height: 34px;
	text-align: center;
	top: -12px;
	left: -5px;
	border-radius: 100%;
	font-size: 11px;
}

.detailContent_firstRank span {
	font-size: 16px;
	position: relative;
	top: 1px;
}

/*---------------------------------------------
    月額料金・公式特典
---------------------------------------------*/

.gesugaku_inner {
	background: #fff;
	padding: 0 50px 0 50px;
}

.gesugaku_Title {
	height: 64px;
	line-height: 69px;
	border-left: solid 7px #cc0033;
	background: #f5f5f5;
	font-size: 26px;
	letter-spacing: 0.05em;
	color: #333333;
	padding: 0 0 0 22px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.gesugaku_wrapTable {
	margin: 32px 0 0 0;
}

.gesugaku_Table {
	border: solid 2px #cccccc;
	width: 100%;
}

.gesugaku_Table tr th {
	background: #cc0033;
	color: #fff;
	border-bottom: solid 2px #cccccc;
	font-size: 16px;
	letter-spacing: 0.05em;
	height: 46px;
	padding: 13px 0 0 0;
	overflow: hidden;
	box-sizing: border-box;
}

.gesugaku_Table tr th:last-child,
.gesugaku_Table tr td:last-child {
	border-left: solid 2px #cccccc;
}

.gesugaku_Table tr th,
.gesugaku_Table tr td {
	width: 50%;
	text-align: center;
}

.gesugaku_Table tr td {
	font-weight: bold;
	color: #333333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
}

.gesugaku_font27pt {
	font-size: 27px;
}

.gesugaku_font18pt {
	font-size: 18px;
	line-height: 2.05;
}

.gesugaku_important {
	color: red;
	/*
    background:-webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff66));
    background:-webkit-linear-gradient(transparent 50%, #ffff66 50%);
    background:-moz-linear-gradient(transparent 50%, #ffff66 50%);
    background:-o-linear-gradient(transparent 50%, #ffff66 50%);
    background:linear-gradient(transparent 50%, #ffff66 50%);
*/
}

.gesugaku_Table tr td:last-child {
	position: relative;
}

.gesugaku_font12pt {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	display: block;
	width: 100%;
	font-weight: normal;
	bottom: 60px;
}

.gesugaku_Table_content1,
.gesugaku_Table_content2 {
	line-height: 1.35;
	letter-spacing: 0.05em;
}

.gesugaku_Table_content1 {
	margin: 34px 0 19px 0;
}

.gesugaku_Table_content2 {
	margin: auto 0 20px 0;
}

.gesugaku_lastInTd {
	margin: 20px 0 0 0;
	display: inline-block;
}

/*---------------------------------------------
    キャッシュバック条件
---------------------------------------------*/

.cashBack_inner {
	background: #fff;
	padding: 70px 50px 0 50px;
}

.cashBack_Title {
	height: 64px;
	line-height: 69px;
	border-left: solid 7px #cc0033;
	background: #f5f5f5;
	font-size: 26px;
	letter-spacing: 0.05em;
	color: #333333;
	padding: 0 0 0 22px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.cashBack_Text {
	margin: 26px 0 0 0;
	font-size: 18px;
	color: #333333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


.cashBack_wrapTable {
	margin: 32px 0 0 0;
}

.cashBack_Table {
	border: solid 2px #cccccc;
	width: 100%;
}

.cashBack_Table tr th {
	background: #cc0033;
	color: #fff;
	border-bottom: solid 2px #cccccc;
	font-size: 16px;
	letter-spacing: 0.05em;
	height: 46px;
	padding: 13px 0 0 0;
	overflow: hidden;
	box-sizing: border-box;
}

.cashBack_Table tr th,
.cashBack_Table tr td {
	width: 50%;
	text-align: center;
}

.cashBack_Table tr td {
	font-weight: bold;
	color: #333333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	padding: 30px 0;
}

/*---------------------------------------------
    選べるプロバイダー特典
---------------------------------------------*/

.provider_inner {
	background: #fff;
	padding: 61px 50px 0 50px;
}

.provider_Title {
	height: 64px;
	line-height: 69px;
	border-left: solid 7px #cc0033;
	background: #f5f5f5;
	font-size: 26px;
	letter-spacing: 0.05em;
	color: #333333;
	padding: 0 0 0 22px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.provider_wrapTable {
	margin: 30px 0 0 0;
}

.provider_Table {
	width: 100%;
	border: solid 2px #cccccc;
}

.provider_Table tr th {
	background: #cc0033;
	color: #fff;
	border-bottom: solid 2px #cccccc;
	font-size: 16px;
	letter-spacing: 0.05em;
	height: 65px;
	min-height: 65px;
	line-height: 1.6;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

.provider_Table tr th:last-child,
.provider_Table tr td:last-child {
	width: 208px;
}

.provider_Table tr th:not(:last-child),
.provider_Table tr td:not(:last-child) {
	border-right: solid 2px #cccccc;
	width: 136px;
}

.provider_Table tr td:not(:last-child) {
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.05em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.provider_Table tr td .circle {
	display: block;
	margin: 32px 0 9px 0;
}

.provider_Table tr td:last-child {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 12px 15px;
	letter-spacing: 0.05em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.provider_tableCaption {
	color: #666666;
	font-size: 11px;
	margin: 13px 0 0 0;
}

/*---------------------------------------------
    その他のサポート内容
---------------------------------------------*/

.otherSupport_inner {
	background: #fff;
	padding: 66px 50px 0 50px;
}

.otherSupport_Title {
	height: 64px;
	line-height: 69px;
	border-left: solid 7px #cc0033;
	background: #f5f5f5;
	font-size: 26px;
	letter-spacing: 0.05em;
	color: #333333;
	padding: 0 0 0 22px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.otherSupport_wrapTable {
	margin: 30px 0 0 0;
}

.otherSupport_Table {
	width: 100%;
	border: solid 2px #cccccc;
}

.otherSupport_Table tr th {
	background: #cc0033;
	color: #fff;
	border-bottom: solid 2px #cccccc;
	font-size: 16px;
	letter-spacing: 0.05em;
	height: 48px;
	min-height: 48px;
	line-height: 1.6;
	overflow: hidden;
	box-sizing: border-box;
	vertical-align: middle;
}

.otherSupport_Table tr th,
.otherSupport_Table tr td {
	width: 50%;
	text-align: center;
}

.otherSupport_Table tr th:not(:last-child),
.otherSupport_Table tr td:not(:last-child) {
	border-right: solid 2px #cccccc;
}

.otherSupport_Table tr td {
	padding: 24px 0 26px 0;
	line-height: 1.4;
}

.otherSupport_Table tr td img {
	margin: 0 0 14px 0;
}

/*---------------------------------------------
    口コミ
---------------------------------------------*/

.review_inner {
	background: #fff;
	padding: 70px 50px 0 50px;
	border-radius: 0 0 31px 31px;
}

.review_Title {
	height: 64px;
	line-height: 69px;
	border-left: solid 7px #cc0033;
	background: #f5f5f5;
	font-size: 26px;
	letter-spacing: 0.05em;
	color: #333333;
	padding: 0 0 0 22px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.review_userReview {
	overflow: hidden;
	margin: 30px 0 0 0;
}

.review_userReview p,
.review_userReview img {
	float: left;
}

.review_userReview p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 21px 0 0 15px;
	line-height: 24px;
}

.review_mainText {
	color: #333333;
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: 0.05em;
	margin: 12px 0 0 0;
}

.review_star {
	font-size: 22px;
}

.review_wrapButton {
	background: #fff;
	text-align: center;
	padding: 37px 0 50px 0;
}

.review_Button {
	background: #2caebd;
	color: #fff;
	width: 600px;
	height: 78px;
	display: inline-block;
	text-align: center;
	line-height: 78px;
	border-bottom: solid 4px #15747f;
	border-radius: 10px;
	font-size: 21px;
	letter-spacing: 0.1em;
	box-sizing: content-box;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	position: relative;
}

.review_Button:hover {
	border-bottom-width: 0px;
	opacity: 0.9;
	border-top: solid 4px #fff;
}

.review_Button::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	right: 26px;
	top: 30px;
}

.review_Button::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #2caebd #2caebd transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 32px;
	top: 35px;
}


/*---------------------------------------------
    オススメのドコモ光申込窓口
---------------------------------------------*/
.links_inner {
	padding: 70px 0 149px 0;
}

.links_Title {
	background: #cc0033;
	color: #fff;
	height: 64px;
	line-height: 69px;
	border-left: solid 7px #cc0033;
	font-size: 26px;
	letter-spacing: 0.05em;
	padding: 0 0 0 22px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	border-radius: 9px;
}

.links_wrapFlex {
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.links_wrapFlex_ttl {
	font-weight: bold;
	/* text-align: center; */
	font-size: 23px;
	padding: 16px 0 11px 84px;
	/* width: 320px; */
}

.links_wrapFlex_img1 {
	text-align: center;
	margin: 0 0 17px;
	border: 2px solid #dedede;
}

.links_wrapFlex_img1 img {
	width: 100%;
}

.links_wrapFlex_img2 {
	background: #f5f5f5;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.links_wrapFlex_img2 img {
	width: 230px;
}

.links_wrapFlex_ten {
	font-size: 20px;
	color: #333;
	text-align: center;
	/* width: 190px; */
	top: 144px;
	font-weight: bold;
	/* display: inline-block; */
	/* margin-right: 24px; */
	background: #fffbce;
	border-radius: 0 0 10px 10px;
}

.links_wrapFlex_ten span {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, sans-serif;
	font-size: 37px;
	margin: 0 5px;
	color: #cc0033;
}

.links_wrapFlex_ten small {
	color: #cc0033;
}




.links--linkMain {
	position: relative;
	display: block;
}

.links--linkMain:hover {
	opacity: 1;
}

.links--linkMain:hover img {
	opacity: 0.6;
}

.links--linkMain img {
	z-index: 1;
}




.links--linkMain::before {
	content: "";
	width: 83px;
	height: 110px;
	display: inline-block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: -16px;
	left: -6px;
	z-index: 2;
}




.rank01::before {
	background-image: url("../img/detail/rank_1.png");
}

.rank02::before {
	background-image: url("../img/detail/rank_2.png");
}

.rank03::before {
	background-image: url("../img/detail/rank_3.png");
}



.links--linkMain--Button {
	background: #2caebd;
	color: #fff;
	width: 281px;
	height: 49px;
	display: inline-block;
	text-align: center;
	line-height: 49px;
	border-bottom: solid 4px #15747f;
	border-radius: 10px;
	font-size: 15px;
	letter-spacing: 0.1em;
	box-sizing: content-box;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	position: absolute;
	bottom: 30px;
	left: 20px;
}

.links--linkMain:hover .links--linkMain--Button {
	border-bottom-width: 0px;
	opacity: 0.9;
	border-top: solid 4px #fff;
}

.links--linkMain--Button::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	right: 26px;
	top: 16px;
}

.links--linkMain--Button::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border: 2px solid;
	border-color: #2caebd #2caebd transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	right: 32px;
	top: 21px;
}


.links--linkMain {
	box-shadow: 0px 0px 19px -5px #b5b5b5;
	background: #fff;
	border-radius: 11px;
	width: 320px;
	padding: 0 20px 100px;
}
