@charset "UTF-8";

/* ----------------------------------------------------------------

	01. Normalize

----------------------------------------------------------------- */
/* ----------------------------------------------------------------
	Reset
----------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.4;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

.both {
    clear: both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
    zoom: 1;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ----------------------------------------------------------------
	HTML5 display-role reset for older browsers
----------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* ----------------------------------------------------------------
	Base
----------------------------------------------------------------- */

html {
    overflow-y: scroll;
}

body {
    font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif \9;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #565656;
    width: 100%;
    margin: 0 auto
}

a {
    display: block;
}

#header .headergroup .sp-nav {
    display: none;
}


/* ----------------------------------------------------------------

	02. styleSet

----------------------------------------------------------------- */

/* ----------------------------------------------------------------
	margin / padding
----------------------------------------------------------------- */

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.pd0 {
    padding-top: 0 !important;
}

.pd10 {
    padding-top: 10px !important;
}

.pdr25 {
    padding-right: 25px !important;
}

.txtL {
    text-align: left !important;
}

.txtC {
    text-align: center !important;
}

.txtR {
    text-align: right !important;
}

.bn {
    border: none;
}

.txtB {
    font-weight: bold;
}

.lh {
    line-height: 1.6
}

.inline-block {
    display: inline-block;
}

.pc-none {
    display: none;
}

/*PCでは表示しない*/
/* ----------------------------------------------------------------
	float
----------------------------------------------------------------- */

.fl {
    float: left;
}

.fr {
    float: right;
}

/* ----------------------------------------------------------------
	Label
----------------------------------------------------------------- */
footer h4 {
    font-size: 18px;
    border-bottom: dotted 1px #014099;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    clear: both;
}

/* ----------------------------------------------------------------
	Embedded content
----------------------------------------------------------------- */
.pic3 a {
    margin: 0 0 15px 0;
    float: left;
}

.pic3 img {
    width: 320px;
    height: 190px;
}

.pic3 a:nth-child(2) {
    margin: 0 10px;
}

/* ----------------------------------------------------------------
	modal
----------------------------------------------------------------- */
#mdl-scr {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: relative;
    top: 0px;
    z-index: 1000;
    display: none;
}


#mdl-close {
    position: absolute;
    top: -13px;
    right: 0;
}

#mdl-wrap .mdl-item,
#mdl-close {
    display: none;
}

#wrapper {
    position: relative;
    top: 0px;
}

#mdl-scr {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    z-index: 1000;
}

#mdl-box {
    position: absolute;
    z-index: 2000;
    display: none;
}

#mdl-close {
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: -20px;
    right: -20px;
}

#mdl-wrap {
    background-color: #FFF;
    border-radius: 5px;
    position: relative;
    margin: 0px auto;
    padding: 0px;
}

#mdl-wrap .mdl-item img {
    display: block;
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

/* ----------------------------------------------------------------
	03. commonSet
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */

body {
    background: url(/csr/photocontest/img/common/bg-wall.gif) repeat;
}


.rss-icon {
    margin: 4px 0;
    float: right;
}


footer {
    position: relative;
    clear: both;
    margin-top: 35px;
}

display ON/OFF header .sp,
nav#globalheader>ul.gnavi>li.sp,
nav .sp,
footer nav>ul li.sp,
footer .sp {
    display: none;
}


#contents {
    width: 980px;
    margin: 0 auto;
}

.linkText::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #2d74d7;
    vertical-align: middle;
    margin: 0 5px 4px 0;
}


/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */

header {
    width: 100%;
    margin: auto;
    font-weight: bold;
    padding-top: 10px;
    border-bottom: solid 3px #ff578f;
    background: #fff;
    position: fixed;
    z-index: 300;
}

#wrapper.index header {
    display: none;
}

header h1 a {
    display: block;
    background: url(/csr/photocontest/img/common/logo-photocontest.png) left top / contain no-repeat;
    width: 208px;
    height: 69px;
    margin-bottom: 4px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

header .headergroup {
    width: 980px;
    margin: 0 auto;
}

header ul {
    display: flex;
}

header li {
    margin-right: 7px;
}

header li:last-child {
    margin-right: 0;
}

header li a {
    height: 64px;
}

header li img {
    margin-top: 3px;
}

/* ----------------------------------------------------------------
    breadcrumb
----------------------------------------------------------------- */

#breadcrumb {
    font-size: 75%;
    padding-top: 160px;
}

/* ----------------------------------------------------------------
	page-top
----------------------------------------------------------------- */

#page-top {
    position: fixed;
    z-index: 500;
    bottom: 50px;
    right: 50px;
}


#page-top a {
    height: 100px;
}


/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */

footer #link .aidem ul a,
footer #link .group ul a {
    display: inline-block;
}


footer #link {
    width: 980px;
    margin: 0 auto 60px;
    padding: 20px 15px;
    font-size: 12px;
    border: solid 1px #d3d3d3;
    background: #fff;
}

footer #link .aidem ul {
    margin: 10px 0 40px;
    clear: both;
    overflow: hidden;
}

footer #link .aidem li {
    width: 315px;
    width: 315px\9;
    /* - IE8 - */
    margin: 0 0 12px 0;
    height: 25px;
    line-height: 20px;
    float: left;
}

footer #link .group ul {
    margin: 10px 0 0;
    clear: both;
    overflow: hidden;
}

footer #link .group li {
    width: 474px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 12px 0;
    float: left;
}

footer .SNSarea {
    text-align: center;
}

/* -- globalNavigation / footer -- */

footer nav {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 50px;
    background: #3d3d3d;
    overflow: hidden;
}

footer nav>ul {
    width: 780px;
    margin: 15px auto;
    color: white;
}

footer nav>ul li {
    width: 130px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-right: solid 1px #FFF;
    float: left;
}

footer nav>ul li:last-child {
    border: none;
}

footer nav>ul li a {
    font-weight: normal;
    color: #FFF !important;
    display: block;
}

footer nav>ul li a:hover {
    color: #2d74d7 !important;
}


footer a {
    font-weight: bold;
}

/* -- copyright -- */

footer #copyright {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(/csr/photocontest/img/common/bg-footer.png) repeat-x;
    color: #ff578f;
    font-size: 14px;
    text-align: center;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #2d74d7;
    word-break: break-all;
}

.company .right-contents li a[target="_blank"] {
    padding-left: 18px;
    padding-left: 14px;
    /* - IE8 - */
    background: url(/csr/photocontest/img/common/arrow-link-off.png) no-repeat left 50%;
    display: block;
}

#link a[target="_blank"],
.table03 tbody th a[target="_blank"],
.page-job-index #leftColumn a[target="_blank"] {
    padding-left: 18px;
    padding-left: 14px;
    /* - IE8 - */
    background: url(/csr/photocontest/img/common/arrow-link-off.png) no-repeat left 50%;
}

#link a:hover[target="_blank"],
.company .right-contents li a:hover[target="_blank"],
.table03 tbody th a:hover[target="_blank"] {
    padding-left: 18px;
    padding-left: 14px;
    /* - IE8 - */
    background: url(/csr/photocontest/img/common/arrow-link-on.png) no-repeat left 50%;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: #014099;
}

/* ----------------------------------------------------------------

/* -- sponsor -- */

.sponsor {
    margin-top: 60px !important;
    text-align: center;
}

.sponsor img {
    display: inline-block;
    margin-right: 60px;
}

.sponsor img:last-child {
    margin-right: 0;
}